Skip to content

Latest commit

 

History

History
90 lines (66 loc) · 2.63 KB

nf-exdisp-ishellwindows-oncreated.md

File metadata and controls

90 lines (66 loc) · 2.63 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist req.product ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:exdisp.IShellWindows.OnCreated
IShellWindows::OnCreated (exdisp.h)
Occurs when a new Shell window is created for a frame.
IShellWindows interface [Windows Shell]
OnCreated method
IShellWindows.OnCreated
IShellWindows::OnCreated
OnCreated
OnCreated method [Windows Shell]
OnCreated method [Windows Shell]
IShellWindows interface
_win32_IShellWindows_OnCreated
exdisp/IShellWindows::OnCreated
shell.IShellWindows_OnCreated
shell\IShellWindows_OnCreated.htm
shell
ef2f75fe-dc93-403d-af1a-c08c45e2d818
12/05/2018
IShellWindows interface [Windows Shell],OnCreated method, IShellWindows.OnCreated, IShellWindows::OnCreated, OnCreated, OnCreated method [Windows Shell], OnCreated method [Windows Shell],IShellWindows interface, _win32_IShellWindows_OnCreated, exdisp/IShellWindows::OnCreated, shell.IShellWindows_OnCreated
exdisp.h
Windows
Exdisp.idl
Shdocvw.dll (version 5.00.2014.0216 or later)
Windows
Internet Explorer 5
19H1
IShellWindows::OnCreated
exdisp/IShellWindows::OnCreated
c++
APIRef
kbSyntax
COM
Shdocvw.dll
IShellWindows.OnCreated

IShellWindows::OnCreated

-description

Occurs when a new Shell window is created for a frame.

-parameters

-param lCookie [in]

Type: long

The cookie that identifies the window.

-param punk [in]

Type: IUnknown*

The address of the new window's IUnknown interface.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

A window is granted a cookie when it is registered as a Shell window. For more information, see IShellWindows::Register.

-see-also

IShellWindows

IShellWindows::OnActivated

IShellWindows::OnNavigate