Condividi tramite


Enumerazione ShellWindowFindWindowOptions (exdisp.h)

Specifica le opzioni per la ricerca della finestra nell'insieme Delle finestre della shell.

Sintassi

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

Costanti

 
SWFO_NEEDDISPATCH
Valore: 0x1
La finestra deve avere un'interfaccia IDispatch .
SWFO_INCLUDEPENDING
Valore: 0x2
Includere le finestre registrate con IShellWindows::RegisterPending.
SWFO_COOKIEPASSED
Valore: 0x4
Fa in modo che IShellWindows::FindWindowSW interpreti pvarLoc come cookie anziché pidl.

Requisiti

Requisito Valore
Intestazione exdisp.h

Vedi anche

IShellWindows

IShellWindows::FindWindowSW