Compartir a través de


Enumeración ShellWindowFindWindowOptions (exdisp.h)

Especifica las opciones para buscar la ventana en la colección de ventanas de Shell.

Syntax

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

Constantes

 
SWFO_NEEDDISPATCH
Valor: 0x1
La ventana debe tener una interfaz IDispatch .
SWFO_INCLUDEPENDING
Valor: 0x2
Incluya ventanas que se registraron con IShellWindows::RegisterPending.
SWFO_COOKIEPASSED
Valor: 0x4
Hace que IShellWindows::FindWindowSW interprete pvarLoc como una cookie en lugar de un PIDL.

Requisitos

Requisito Valor
Header exdisp.h

Consulte también

IShellWindows

IShellWindows::FindWindowSW