ShellWindowTypeConstants 列挙 (exdisp.h)

シェル ウィンドウの種類を指定します。

構文

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
インターネット エクスプローラー (Iexplore.exe) ブラウザー ウィンドウ。
SWC_3RDPARTY
値: 0x2
Microsoft 以外のブラウザー ウィンドウ。
SWC_CALLBACK
値: 0x4
作成コールバック ウィンドウ。
SWC_DESKTOP
値: 0x8
Windows Vista 以降。 Windows デスクトップ。

要件

   
Header exdisp.h

関連項目

IBrowserService::RegisterWindow

IShellWindows

IShellWindows::FindWindowSW

IShellWindows::Register

IShellWindows::RegisterPending