Registers a stereo status event.
public:
HRESULT RegisterStereoStatusEvent(
HANDLE hEvent,
DWORD *pdwCookie
)
hEvent
Type: HANDLE
[in] The handle to the event.
pdwCookie
Type: DWORD *
[out] The cookie for the event.
Type: HRESULT
A DXGI_ERROR return code. S_OK indicates that the interface is supported, otherwise DXGI_ERROR_UNSUPPORTED is returned.
Header: Declared in d3d11_x.h (dxgi1_2.h on other Windows platforms).
Library: Use d3d11_x.lib (dxgi.lib on other Windows platforms).