Enumerazione ShellWindowTypeConstants (exdisp.h)
Specifica i tipi di finestre shell.
Sintassi
typedef enum ShellWindowTypeConstants {
SWC_EXPLORER = 0,
SWC_BROWSER = 0x1,
SWC_3RDPARTY = 0x2,
SWC_CALLBACK = 0x4,
SWC_DESKTOP = 0x8
} ;
Costanti
SWC_EXPLORER Valore: 0 Finestra Esplora risorse (Explorer.exe). |
SWC_BROWSER Valore: 0x1 Finestra del browser Internet Explorer (Iexplore.exe). |
SWC_3RDPARTY Valore: 0x2 Finestra del browser non Microsoft. |
SWC_CALLBACK Valore: 0x4 Finestra di callback di creazione. |
SWC_DESKTOP Valore: 0x8 Windows Vista e versioni successive. Desktop di Windows. |
Requisiti
Intestazione | exdisp.h |