wtsapi32: Add a couple of related prototypes.

Francois Gouget fgouget at free.fr
Sun Oct 14 07:36:13 CDT 2007


---
 include/wtsapi32.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/wtsapi32.h b/include/wtsapi32.h
index 55309bc..e875111 100644
--- a/include/wtsapi32.h
+++ b/include/wtsapi32.h
@@ -152,8 +152,10 @@ BOOL WINAPI WTSQueryUserConfigW(LPWSTR,LPWSTR,WTS_CONFIG_CLASS,LPWSTR*,DWORD*);
 #define     WTSQueryUserConfig WINELIB_NAME_AW(WTSQueryUserConfig)
 BOOL WINAPI WTSQueryUserToken(ULONG, PHANDLE);
 BOOL WINAPI WTSRegisterSessionNotification(HWND, DWORD);
+BOOL WINAPI WTSRegisterSessionNotificationEx(HANDLE, HWND, DWORD);
 BOOL WINAPI WTSTerminateProcess(HANDLE, DWORD, DWORD);
 BOOL WINAPI WTSUnRegisterSessionNotification(HWND);
+BOOL WINAPI WTSUnRegisterSessionNotificationEx(HANDLE, HWND);
 BOOL WINAPI WTSWaitSystemEvent(HANDLE, DWORD, DWORD*);
 
 #ifdef __cplusplus
-- 
1.5.3.2




More information about the wine-patches mailing list