shellWindowTypeConstants 枚举 (exdisp.h)

指定 Shell 窗口的类型。

语法

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

请参阅

IBrowserService::RegisterWindow

IShellWindows

IShellWindows::FindWindowSW

IShellWindows::Register

IShellWindows::RegisterPending