IDXGIFactory::GetWindowAssociation method

Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
0 out of 1 rated this helpful - Rate this topic

Get the window through which the user controls the transition to and from full screen.

Syntax


HRESULT GetWindowAssociation(
  [in]  HWND *pWindowHandle
);

Parameters

pWindowHandle [in]

Type: HWND*

A pointer to a window handle.

Return value

Type: HRESULT

Returns a code that indicates success or failure. S_OK indicates success, DXGI_ERROR_INVALID_CALL indicates pWindowHandle was passed in as NULL.

Remarks

Note  If you call this API in a Session 0 process, it returns DXGI_ERROR_NOT_CURRENTLY_AVAILABLE.

Requirements

Header

DXGI.h

Library

DXGI.lib

See also

IDXGIFactory
DXGI Interfaces

 

 

Send comments about this topic to Microsoft

Build date: 11/22/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.