IDXGISwapChain1::GetHwnd Method

Gets the window handle.

Syntax

public:
HRESULT GetHwnd(
         HWND *pHwnd
)  

Parameters

pHwnd
Type: HWND *

[out] The window handle.

Return value

Type: HRESULT 

Returns one of the following DXGI_ERROR.

Requirements

Header: Declared in d3d11_x.h (dxgi1_2.h on other Windows platforms).

Library: Use d3d11_x.lib (dxgi.lib on other Windows platforms).

See also

IDXGISwapChain1

IDXGISwapChain1 Members