IESHORTCUTFLAGS enumeration (shlobj_core.h)
Specifies how a shortcut should be handled by the browser.
Syntax
typedef enum tagIESHORTCUTFLAGS {
IESHORTCUT_NEWBROWSER = 0x01,
IESHORTCUT_OPENNEWTAB = 0x02,
IESHORTCUT_FORCENAVIGATE = 0x04,
IESHORTCUT_BACKGROUNDTAB = 0x08
} IESHORTCUTFLAGS;
Constants
IESHORTCUT_NEWBROWSER Value: 0x01 A new browser window should be opened for each shortcut. |
IESHORTCUT_OPENNEWTAB Value: 0x02 The current or topmost browser window should open the link in a new foreground tab. |
IESHORTCUT_FORCENAVIGATE Value: 0x04 The current or topmost browser window should open the link. |
IESHORTCUT_BACKGROUNDTAB Value: 0x08 The current or topmost browser window should open the link in a new background tab. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | shlobj_core.h (include Shlobj.h) |