Module: wine Branch: master Commit: f2b3843b5ee6ec1a254b4481edc0f960b20c372e URL: http://source.winehq.org/git/wine.git/?a=commit;h=f2b3843b5ee6ec1a254b4481ed...
Author: Francois Gouget fgouget@free.fr Date: Sun Oct 14 14:36:13 2007 +0200
wtsapi32: Add a couple of related prototypes.
---
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