Skip to content

Latest commit

 

History

History
64 lines (55 loc) · 2.41 KB

nn-shobjidl_core-iinitializewithwindow.md

File metadata and controls

64 lines (55 loc) · 2.41 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 ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:shobjidl_core.IInitializeWithWindow
IInitializeWithWindow (shobjidl_core.h)
Exposes a method through which a client can provide an owner window to a Windows Runtime object used in a desktop application.
IInitializeWithWindow
IInitializeWithWindow interface [Windows Shell]
IInitializeWithWindow interface [Windows Shell]
described
shell.IInitializeWithWindow
shobjidl_core/IInitializeWithWindow
shell\IInitializeWithWindow.htm
shell
8421BFA0-0655-447c-99BB-3D4F049C572D
12/05/2018
IInitializeWithWindow, IInitializeWithWindow interface [Windows Shell], IInitializeWithWindow interface [Windows Shell],described, shell.IInitializeWithWindow, shobjidl_core/IInitializeWithWindow
shobjidl_core.h
Shobjidl.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Shobjidl.idl
Windows
19H1
IInitializeWithWindow
shobjidl_core/IInitializeWithWindow
c++
APIRef
kbSyntax
COM
shobjidl_core.h
IInitializeWithWindow

-description

Exposes a method through which a client can provide an owner window to a Windows Runtime (WinRT) object used in a desktop application.

For info and code examples about this interface, see Display WinRT UI objects that depend on CoreWindow. In addition to the types listed in that topic, Shell data object is also associated with this API.

-inheritance

The IInitializeWithWindow interface inherits from the IUnknown interface. IInitializeWithWindow also has these types of members:

-remarks

Implement this interface if your object needs to be provided with an owner window, generally to display UI. Most third-party applications will not need to implement this interface.

-see-also