Home
last modified time | relevance | path

Searched refs:mkp (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/mshtml/
H A Dpersist.c675 static HRESULT WINAPI MonikerProp_PutProperty(IMonikerProp *iface, MONIKERPROPERTY mkp, LPCWSTR val) in MonikerProp_PutProperty() argument
679 TRACE("(%p)->(%d %s)\n", This, mkp, debugstr_w(val)); in MonikerProp_PutProperty()
681 switch(mkp) { in MonikerProp_PutProperty()
691 FIXME("mkp %d\n", mkp); in MonikerProp_PutProperty()
/reactos/modules/rostests/winetests/urlmon/
H A Durl.c2171 static HRESULT WINAPI MonikerProp_PutProperty(IMonikerProp *iface, MONIKERPROPERTY mkp, LPCWSTR val) in MonikerProp_PutProperty() argument
2173 switch(mkp) { in MonikerProp_PutProperty()
/reactos/sdk/include/psdk/
H A Durlmon.idl686 [in] MONIKERPROPERTY mkp,