Module: wine Branch: master Commit: cc253a2c5efd05112a8e2d30a3c70e8b7b803b5c URL: http://source.winehq.org/git/wine.git/?a=commit;h=cc253a2c5efd05112a8e2d30a3...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Nov 12 01:23:59 2007 +0100
hlink.idl: Added Hlink[Get|Set]SpecialReference declaration.
---
include/hlink.idl | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/include/hlink.idl b/include/hlink.idl index 7c5156e..6cd8438 100644 --- a/include/hlink.idl +++ b/include/hlink.idl @@ -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")
/*****************************************************************************