hlink.idl: Added Hlink[Get|Set]SpecialReference declaration.
This commit is contained in:
parent
e93be266c1
commit
cc253a2c5e
|
@ -36,6 +36,15 @@ cpp_quote("HRESULT WINAPI HlinkOnNavigate(IHlinkFrame*, IHlinkBrowseContext*, DW
|
|||
cpp_quote("HRESULT WINAPI HlinkIsShortcut(LPCWSTR);")
|
||||
cpp_quote("HRESULT WINAPI HlinkTranslateURL(LPCWSTR,DWORD,LPWSTR*);")
|
||||
|
||||
typedef enum _HLSR_NOREDEF10 {
|
||||
HLSR_HOME,
|
||||
HLSR_SEARCHPAGE,
|
||||
HLSR_HISTORYFOLDER
|
||||
} HLSR;
|
||||
|
||||
cpp_quote("HRESULT WINAPI HlinkSetSpecialReference(ULONG uReference, LPCWSTR pwzReference);")
|
||||
cpp_quote("HRESULT WINAPI HlinkGetSpecialReference(ULONG uReference, LPWSTR *ppwzReference);")
|
||||
|
||||
cpp_quote("#define SID_SHlinkFrame IID_IHlinkFrame")
|
||||
|
||||
/*****************************************************************************
|
||||
|
|
Loading…
Reference in New Issue