Define MKSYS_URLMONIKER.
This commit is contained in:
parent
bc811a2489
commit
bf6df05053
|
@ -516,6 +516,7 @@ interface IMoniker : IPersistStream
|
|||
MKSYS_ANTIMONIKER = 3,
|
||||
MKSYS_ITEMMONIKER = 4,
|
||||
MKSYS_POINTERMONIKER = 5,
|
||||
/* MKSYS_URLMONIKER = 6, */ /* defined in urlmon.idl */
|
||||
MKSYS_CLASSMONIKER = 7
|
||||
} MKSYS;
|
||||
|
||||
|
|
|
@ -1391,6 +1391,7 @@ HRESULT WINAPI CoInternetGetSession(DWORD,/*IInternetSession*/void**,DWORD);
|
|||
HRESULT WINAPI MkParseDisplayNameEx(IBindCtx*,LPCWSTR,ULONG*,IMoniker**);
|
||||
HRESULT WINAPI IsAsyncMoniker(IMoniker* pmk);
|
||||
HRESULT WINAPI CreateAsyncBindCtx(DWORD, IBindStatusCallback*, IEnumFORMATETC*, IBindCtx**);
|
||||
#define MKSYS_URLMONIKER 6
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
@ -543,3 +543,4 @@ cpp_quote("HRESULT WINAPI CoInternetGetSession(DWORD,/*IInternetSession*/void**,
|
|||
cpp_quote("HRESULT WINAPI MkParseDisplayNameEx(IBindCtx*,LPCWSTR,ULONG*,IMoniker**);")
|
||||
cpp_quote("HRESULT WINAPI IsAsyncMoniker(IMoniker* pmk);")
|
||||
cpp_quote("HRESULT WINAPI CreateAsyncBindCtx(DWORD, IBindStatusCallback*, IEnumFORMATETC*, IBindCtx**);")
|
||||
cpp_quote("#define MKSYS_URLMONIKER 6")
|
||||
|
|
Loading…
Reference in New Issue