ShellWindowTypeConstants-Enumeration (exdisp.h)

Gibt Die Typen von Shellfenstern an.

Syntax

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

Konstanten

 
SWC_EXPLORER
Wert: 0
Ein Windows-Explorer -Fenster (Explorer.exe).
SWC_BROWSER
Wert: 0x1
Ein Internet Explorer (Iexplore.exe)-Browserfenster.
SWC_3RDPARTY
Wert: 0x2
Ein Nicht-Microsoft-Browserfenster.
SWC_CALLBACK
Wert: 0x4
Ein Erstellungsrückruffenster.
SWC_DESKTOP
Wert: 0x8
Windows Vista und höher. Der Windows-Desktop.

Anforderungen

   
Kopfzeile exdisp.h

Weitere Informationen

IBrowserService::RegisterWindow

IShellWindows

IShellWindows::FindWindowSW

IShellWindows::Register

IShellWindows::RegisterPending