HKM_SETHOTKEY  10E1.83 

The HKM_SETHOTKEY message sets the hot key combination for a hot-key control.

HKM_SETHOTKEY

wParam = MAKEWORD(bVKHotKey, bfMods);

lParam = 0;

 

Parameters

bVKHotKey

Virtual-key code of the hot key.

bfMods

Modifier flags indicating the keys that, when used in combination with bVKHotKey, define a hot-key combination. For a list of modifier flag values, see the description of the HKM_GETHOTKEY message.

 

Return Values

No return value.

See Also

HKM_GETHOTKEY