IDirect3DDxgiInterfaceAccess struct
Collapse the table of content
Expand the table of content

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:
© 2017 Microsoft