Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |