Group: Shell Functions - Library: user32
The GetWindowContextHelpId function retrieves the help context identifier, if any, associated with the specified window.
Windows NT only
Retrieving window and menu help context identifiers
DWORD GetWindowContextHelpId(
HWND hWnd
); DECLARE INTEGER GetWindowContextHelpId IN user32;
INTEGER hWnd
hWnd Handle to the window for which the help context identifier is to be retrieved
Returns the help context identifier if the window has one or zero otherwise
See also SetWindowContextHelpId and GetMenuContextHelpId functions.
Home