ReactOS
0.4.15-dev-4582-g6dc1738
|
import"urlmon.idl";
Public Types | |
enum | MONIKERPROPERTY { MIMETYPEPROP = 0, USE_SRC_URL = 1, CLASSIDPROP = 2, TRUSTEDDOWNLOADPROP = 3, POPUPLEVELPROP = 4 } |
typedef IMonikerProp * | LPMONIKERPROP |
![]() | |
typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
HRESULT | PutProperty ([in] MONIKERPROPERTY mkp, [in] LPCWSTR val) |
![]() | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Definition at line 673 of file urlmon.idl.
typedef IMonikerProp* IMonikerProp::LPMONIKERPROP |
Definition at line 675 of file urlmon.idl.
Enumerator | |
---|---|
MIMETYPEPROP | |
USE_SRC_URL | |
CLASSIDPROP | |
TRUSTEDDOWNLOADPROP | |
POPUPLEVELPROP |
Definition at line 677 of file urlmon.idl.
HRESULT IMonikerProp::PutProperty | ( | [in] MONIKERPROPERTY | mkp, |
[in] LPCWSTR | val | ||
) |