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.

IDirect3DDxgiInterfaceAccess structure

IDirect3DDxgiInterfaceAccess is a COM interface that must be implemented by anything that implements IDirect3DDevice or IDirect3DSurface.

Syntax


struct IDirect3DDxgiInterfaceAccess {
   HRESULT GetInterface ( REFIID iid, void ** p);
};

Members

HRESULT GetInterface ( REFIID iid, void ** p)

Retrieves the DXGI interface that is wrapped by the IDirect3DDxgiInterfaceAccess object.

Requirements

Header

Windows.Graphics.DirectX.Direct3D11.interop.h

 

 

Show: