Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets the window handle (HWND) that corresponds to the specified WindowId, if the windowId argument is valid and the system has an HWND that represents the window.
Syntax
HRESULT GetWindowFromWindowId(
ABI::Windows::UI::WindowId id,
HWND *hwnd
);
Parameters
id
The identifier for the window.
hwnd
The window handle that corresponds to windowId, if windowId is valid and the system has an HWND that represents the window. Otherwise, null.
Requirements
| Requirement | Value |
|---|---|
| Header | windows.ui.interop.h |