WM_GETHOTKEY

An application sends the WM_GETHOTKEY message to determine the hot key associated with a window.

Parameters

wParam

This parameter is not used.

lParam

This parameter is not used.

Return Value

The return value is the virtual-key code of the hot key, or NULL if no hot key is associated with the window.

See Also

WM_SETHOTKEY