ShellWindowTypeConstants 列舉 (exdisp.h)
指定殼層視窗的類型。
Syntax
typedef enum ShellWindowTypeConstants {
SWC_EXPLORER = 0,
SWC_BROWSER = 0x1,
SWC_3RDPARTY = 0x2,
SWC_CALLBACK = 0x4,
SWC_DESKTOP = 0x8
} ;
常數
SWC_EXPLORER 值: 0 Windows 檔案總管 (Explorer.exe) 視窗。 |
SWC_BROWSER 值: 0x1 Internet Explorer (Iexplore.exe) 瀏覽器視窗。 |
SWC_3RDPARTY 值: 0x2 非 Microsoft 瀏覽器視窗。 |
SWC_CALLBACK 值: 0x4 建立回呼視窗。 |
SWC_DESKTOP 值: 0x8 Windows Vista 和更新版本。 Windows 桌面。 |
需求
標頭 | exdisp.h |