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.

PropertyAccess typeDescription

MessageHandled

Write-only

Sets whether or not the message to the CoreWindow has been handled.

WindowHandle

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

CoreWindow

 

 

Show: