共用方式為


IShellWindows::Revoke 方法 (exdisp.h)

撤銷殼層視窗的註冊,並從殼層視窗集合中移除視窗。

語法

HRESULT Revoke(
  [in] long lCookie
);

參數

[in] lCookie

類型: long*

識別要取消註冊之視窗的 Cookie。

傳回值

類型: HRESULT

如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

備註

在Shell視窗集合的內容中, Cookie 是可唯一識別已註冊殼層視窗的令牌。

使用 IShellWindows::Register 方法來依句柄註冊開啟的視窗。 使用 IShellWindows::RegisterPending 方法,透過絕對 PIDL 註冊暫止開啟的視窗。

規格需求

需求
目標平台 Windows
標頭 exdisp.h
Dll Shdocvw.dll (5.00.2014.0216 版或更新版本)

另請參閱

IShellWindows

IShellWindows::Register

IShellWindows::RegisterPending