IDXGIFactory2::RegisterStereoStatusEvent Method

Registers a stereo status event.

Syntax

public:
HRESULT RegisterStereoStatusEvent(
         HANDLE hEvent,
         DWORD *pdwCookie
)  

Parameters

hEvent
Type: HANDLE 

[in] The handle to the event.

pdwCookie
Type: DWORD *

[out] The cookie for the event.

Return value

Type: HRESULT 

A DXGI_ERROR return code. S_OK indicates that the interface is supported, otherwise DXGI_ERROR_UNSUPPORTED is returned.

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

IDXGIFactory2

IDXGIFactory2 Members