* include/winuser.h [WINVER >= 0x0500] (SetWinEventHook, WINEVENTPROC,

WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
	WINEVENT_INCONTEXT): Add function, typedef, and constants.

	* include/winable.h [WINVER < 0x0500] (SetWinEventHook, WINEVENTPROC,
	WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
	WINEVENT_INCONTEXT): Add function, typedef, and constants.

	* include/winuser.h [_WIN32_WINNT >= 0x0500] (UserHandleGrantAccess):
	Add function.

	* lib/user32.def (SetWinEventHook, UserHandleGrantAccess):
	Add functions.
This commit is contained in:
Dimitri Papadopoulos
2003-09-26 09:49:52 +00:00
parent 186a0e42de
commit d7a6ce1ab5
4 changed files with 46 additions and 9 deletions

View File

@ -542,6 +542,7 @@ SetTimer@16
SetUserObjectInformationA@16
SetUserObjectInformationW@16
SetUserObjectSecurity@12
SetWinEventHook@28
SetWindowContextHelpId@8
_imp__SetWindowContextHelpId@8
SetWindowLongA@12
@ -594,6 +595,7 @@ UnregisterClassW@8
UnregisterHotKey@8
UpdateLayeredWindow@36
UpdateWindow@4
UserHandleGrantAccess@12
ValidateRect@8
ValidateRgn@8
VkKeyScanA@4