ShellWindowTypeConstants, énumération (exdisp.h)

Spécifie les types de fenêtres Shell.

Syntaxe

typedef enum ShellWindowTypeConstants {
  SWC_EXPLORER = 0,
  SWC_BROWSER = 0x1,
  SWC_3RDPARTY = 0x2,
  SWC_CALLBACK = 0x4,
  SWC_DESKTOP = 0x8
} ;

Constantes

 
SWC_EXPLORER
Valeur : 0
Fenêtre Windows Explorer (Explorer.exe).
SWC_BROWSER
Valeur : 0x1
Fenêtre de navigateur Internet Explorer (Iexplore.exe).
SWC_3RDPARTY
Valeur : 0x2
Fenêtre de navigateur non-Microsoft.
SWC_CALLBACK
Valeur : 0x4
Fenêtre de rappel de création.
SWC_DESKTOP
Valeur : 0x8
Windows Vista et versions ultérieures. Bureau Windows.

Spécifications

   
En-tête exdisp.h

Voir aussi

IBrowserService::RegisterWindow

IShellWindows

IShellWindows::FindWindowSW

IShellWindows::Register

IShellWindows::RegisterPending