2007-07-31 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/wtsapi32.h (WTS_CURRENT_SESSION, WTSDisconnectSession): Define.
This commit is contained in:
parent
9235f3ead1
commit
5e51ebbfc6
|
@ -1,3 +1,7 @@
|
||||||
|
2007-07-31 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/wtsapi32.h (WTS_CURRENT_SESSION, WTSDisconnectSession): Define.
|
||||||
|
|
||||||
2007-7-30 Martijn Wargers <martijnw22@users.sourceforge.net>
|
2007-7-30 Martijn Wargers <martijnw22@users.sourceforge.net>
|
||||||
|
|
||||||
* include/wingdi.h (GetTextExtentExPointI): Add prototype.
|
* include/wingdi.h (GetTextExtentExPointI): Add prototype.
|
||||||
|
|
|
@ -34,7 +34,8 @@ BOOL WINAPI WTSUnRegisterSessionNotification(HWND hWnd);
|
||||||
#if (_WIN32_WINNT >= 0x0500)
|
#if (_WIN32_WINNT >= 0x0500)
|
||||||
|
|
||||||
// WTSWaitSystemEvent local server handle
|
// WTSWaitSystemEvent local server handle
|
||||||
#define WTS_CURRENT_SERVER_HANDLE 0
|
#define WTS_CURRENT_SERVER_HANDLE 0
|
||||||
|
#define WTS_CURRENT_SESSION 0
|
||||||
|
|
||||||
// WTSWaitSystemEvent flags
|
// WTSWaitSystemEvent flags
|
||||||
#define WTS_EVENT_NONE 0x00000000
|
#define WTS_EVENT_NONE 0x00000000
|
||||||
|
@ -51,6 +52,7 @@ BOOL WINAPI WTSUnRegisterSessionNotification(HWND hWnd);
|
||||||
#define WTS_EVENT_FLUSH 0x80000000
|
#define WTS_EVENT_FLUSH 0x80000000
|
||||||
|
|
||||||
BOOL WINAPI WTSWaitSystemEvent(HANDLE hServer, DWORD EventMask, DWORD* pEventFlags);
|
BOOL WINAPI WTSWaitSystemEvent(HANDLE hServer, DWORD EventMask, DWORD* pEventFlags);
|
||||||
|
BOOL WINAPI WTSDisconnectSession(HANDLE hServer, DWORD SessionId, BOOL bWait);
|
||||||
#endif /* _WIN32_WINNT >= 0x0500 */
|
#endif /* _WIN32_WINNT >= 0x0500 */
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
Loading…
Reference in New Issue