Contents Index Topic Contents | ||
Previous Topic: IShellLink::GetDescription Next Topic: IShellLink::GetIconLocation |
IShellLink::GetHotkey
HRESULT STDMETHODCALLTYPE GetHotkey( WORD *pwHotkey );Retrieves the hot key for a shell link object.
- Returns NOERROR if successful, or an OLE-defined error value otherwise.
- pwHotkey
- Address of the hot key. The virtual key code is in the low-order byte, and the modifier flags are in the high-order byte. The modifier flags can be a combination of the following values:
HOTKEYF_ALT ALT key HOTKEYF_CONTROL CTRL key HOTKEYF_EXT Extended key HOTKEYF_SHIFT SHIFT key See also IShellLink
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.