ShellWindowFindWindowOptions enumeration (exdisp.h)
Specifies options for finding window in the Shell windows collection.
C++
typedef enum ShellWindowFindWindowOptions {
SWFO_NEEDDISPATCH = 0x1,
SWFO_INCLUDEPENDING = 0x2,
SWFO_COOKIEPASSED = 0x4
} ;
SWFO_NEEDDISPATCH Value: 0x1 The window must have an IDispatch interface. |
SWFO_INCLUDEPENDING Value: 0x2 Include windows that were registered with IShellWindows::RegisterPending. |
SWFO_COOKIEPASSED Value: 0x4 Causes IShellWindows::FindWindowSW to interpret pvarLoc as a cookie rather than a PIDL. |
Requirement | Value |
---|---|
Header | exdisp.h |