ShellWindowFindWindowOptions 枚举 (exdisp.h)

指定用于在 Shell 窗口集合中查找窗口的选项。

语法

typedef enum ShellWindowFindWindowOptions {
  SWFO_NEEDDISPATCH = 0x1,
  SWFO_INCLUDEPENDING = 0x2,
  SWFO_COOKIEPASSED = 0x4
} ;

常量

 
SWFO_NEEDDISPATCH
值: 0x1
窗口必须具有 IDispatch 接口。
SWFO_INCLUDEPENDING
值: 0x2
包括已注册到 IShellWindows::RegisterPending 的窗口。
SWFO_COOKIEPASSED
值: 0x4
使 IShellWindows::FindWindowSWpvarLoc 解释为 Cookie 而不是 PIDL。

要求

要求
Header exdisp.h

另请参阅

IShellWindows

IShellWindows::FindWindowSW