Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |