ICoreWindowInterop interface
Enables apps to obtain the window handleof the window (CoreWindow) associated with this interface.
Members
The ICoreWindowInterop interface inherits from the IUnknown interface. ICoreWindowInterop also has these types of members:
Properties
The ICoreWindowInterop interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Write-only |
Sets whether or not the message to the CoreWindow has been handled. | |
|
Read-only |
Obtains the handle (HWND) to the CoreWindow for an app. |
Remarks
Windows Store apps can have multiple CoreWindow instances. Each CoreWindow instances also has a native interface for accessing the underlying HWND, represented as an instance of ICoreWindowInterop.
See also
Show: