IShellLink::GetHotkeyIShellLink::GetHotkey*
*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.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.