ShellWindowFindWindowOptions enumeration
Specifies options for finding window in the Shell windows collection.
Syntax
typedef enum { SWFO_NEEDDISPATCH = 0x00000001, SWFO_INCLUDEPENDING = 0x00000002, SWFO_COOKIEPASSED = 0x00000004 } ShellWindowFindWindowOptions;
Constants
- SWFO_NEEDDISPATCH
-
The window must have an IDispatch interface.
- SWFO_INCLUDEPENDING
-
Include windows that were registered with IShellWindows::RegisterPending.
- SWFO_COOKIEPASSED
-
Causes IShellWindows::FindWindowSW to interpret pvarLoc as a cookie rather than a PIDL.
Requirements
|
Product | Internet Explorer 5 |
|---|---|
|
Header |
|
|
IDL |
|
See also
Send comments about this topic to Microsoft
Build date: 11/28/2012