Contents Index Topic Contents | ||
Previous Topic: HKM_GETHOTKEY Next Topic: HKM_SETRULES |
HKM_SETHOTKEY
HKM_SETHOTKEY wParam = MAKEWORD(bVKHotKey, bfMods); lParam = 0;Sets the hot key combination for a hot key control.
- No return value.
- 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.
See also WM_GETHOTKEY
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.