Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies types of Shell windows.
Syntax
typedef enum ShellWindowTypeConstants {
SWC_EXPLORER = 0,
SWC_BROWSER = 0x1,
SWC_3RDPARTY = 0x2,
SWC_CALLBACK = 0x4,
SWC_DESKTOP = 0x8
} ;
Constants
SWC_EXPLORERValue: 0 An Windows Explorer (Explorer.exe) window. |
SWC_BROWSERValue: 0x1 An Internet Explorer (Iexplore.exe) browser window. |
SWC_3RDPARTYValue: 0x2 A non-Microsoft browser window. |
SWC_CALLBACKValue: 0x4 A creation callback window. |
SWC_DESKTOPValue: 0x8 Windows Vista and later. The Windows desktop. |
Requirements
| Requirement | Value |
|---|---|
| Header | exdisp.h |