ShellWindowFindWindowOptions, énumération (exdisp.h)

Spécifie les options de recherche de fenêtres dans la collection de fenêtres shell.

Syntax

typedef enum ShellWindowFindWindowOptions {
  SWFO_NEEDDISPATCH = 0x1,
  SWFO_INCLUDEPENDING = 0x2,
  SWFO_COOKIEPASSED = 0x4
} ;

Constantes

 
SWFO_NEEDDISPATCH
Valeur : 0x1
La fenêtre doit avoir une interface IDispatch .
SWFO_INCLUDEPENDING
Valeur : 0x2
Incluez les fenêtres qui ont été inscrites avec IShellWindows ::RegisterPending.
SWFO_COOKIEPASSED
Valeur : 0x4
Amène IShellWindows ::FindWindowSW à interpréter pvarLoc comme un cookie plutôt qu’un PIDL.

Configuration requise

Condition requise Valeur
En-tête exdisp.h

Voir aussi

IShellWindows

IShellWindows ::FindWindowSW