共用方式為


IShellWindows::OnCreated 方法 (exdisp.h)

發生於為框架建立新的殼層視窗時。

語法

HRESULT OnCreated(
  [in] long     lCookie,
  [in] IUnknown *punk
);

參數

[in] lCookie

類型: long

識別視窗的 Cookie。

[in] punk

類型: IUnknown*

新視窗 IUnknown 介面的位址。

傳回值

類型: HRESULT

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

備註

當窗口註冊為殼層視窗時,會授與Cookie。 如需詳細資訊,請參閱 IShellWindows::Register

規格需求

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

另請參閱

IShellWindows

IShellWindows::OnActivated

IShellWindows::OnNavigate