Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Specifies options for finding window in the Shell windows collection.
Syntax
typedef enum ShellWindowFindWindowOptions {
SWFO_NEEDDISPATCH = 0x1,
SWFO_INCLUDEPENDING = 0x2,
SWFO_COOKIEPASSED = 0x4
} ;
Constants
SWFO_NEEDDISPATCHValue: 0x1 The window must have an IDispatch interface. |
SWFO_INCLUDEPENDINGValue: 0x2 Include windows that were registered with IShellWindows::RegisterPending. |
SWFO_COOKIEPASSEDValue: 0x4 Causes IShellWindows::FindWindowSW to interpret pvarLoc as a cookie rather than a PIDL. |
Requirements
| Requirement | Value |
|---|---|
| Header | exdisp.h |