ShellWindowTypeConstants enumeration (exdisp.h)
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_EXPLORER Value: 0 An Windows Explorer (Explorer.exe) window. |
SWC_BROWSER Value: 0x1 An Internet Explorer (Iexplore.exe) browser window. |
SWC_3RDPARTY Value: 0x2 A non-Microsoft browser window. |
SWC_CALLBACK Value: 0x4 A creation callback window. |
SWC_DESKTOP Value: 0x8 Windows Vista and later. The Windows desktop. |
Requirements
Requirement | Value |
---|---|
Header | exdisp.h |