Module: wine Branch: master Commit: b787df47e884abbf2361d7a46a04b6d9c4373f4c URL: http://source.winehq.org/git/wine.git/?a=commit;h=b787df47e884abbf2361d7a46a...
Author: Rob Shearman rob@codeweavers.com Date: Fri Dec 29 14:43:28 2006 +0000
include: Add function declarations for CoAllowSetForegroundWindow and CoRegisterChannelHook to objbase.h.
---
include/objbase.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/objbase.h b/include/objbase.h index 85af95a..63cfd97 100644 --- a/include/objbase.h +++ b/include/objbase.h @@ -399,6 +399,7 @@ HRESULT WINAPI CoRevertToSelf(void); /* misc */ HRESULT WINAPI CoGetTreatAsClass(REFCLSID clsidOld, LPCLSID pClsidNew); HRESULT WINAPI CoTreatAsClass(REFCLSID clsidOld, REFCLSID clsidNew); +HRESULT WINAPI CoAllowSetForegroundWindow(IUnknown *pUnk, LPVOID lpvReserved);
HRESULT WINAPI CoCreateGuid(GUID* pguid); BOOL WINAPI CoIsOle1Class(REFCLSID rclsid); @@ -407,6 +408,7 @@ BOOL WINAPI CoDosDateTimeToFileTime(WORD BOOL WINAPI CoFileTimeToDosDateTime(FILETIME* lpFileTime, WORD* lpDosDate, WORD* lpDosTime); HRESULT WINAPI CoFileTimeNow(FILETIME* lpFileTime); HRESULT WINAPI CoRegisterMessageFilter(LPMESSAGEFILTER lpMessageFilter,LPMESSAGEFILTER *lplpMessageFilter); +HRESULT WINAPI CoRegisterChannelHook(REFGUID ExtensionGuid, IChannelHook *pChannelHook);
typedef enum tagCOWAIT_FLAGS {