Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the adapter for the specified device.
Syntax
HRESULT GetAdapter(
[out] IDXGIAdapter **pAdapter
);
Parameters
[out] pAdapter
Type: IDXGIAdapter**
The address of an IDXGIAdapter interface pointer to the adapter. This parameter must not be NULL.
Return value
Type: HRESULT
Returns S_OK if successful; otherwise, returns one of the DXGI_ERROR that indicates failure. If the pAdapter parameter is NULL this method returns E_INVALIDARG.
Remarks
If the GetAdapter method succeeds, the reference count on the adapter interface will be incremented. To avoid a memory leak, be sure to release the interface when you are finished using it.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | dxgi.h |
Library | DXGI.lib |