IDXGIObject Interface

An IDXGIObject interface is a base interface for all DXGI objects; IDXGIObject supports associating caller-defined (private data) with an object and retrieval of an interface to the parent object.

Syntax

interface IDXGIObject : public IUnknown  

Remarks

IDXGIObject implements base class functionality for several other interfaces: IDXGIAdapter, IDXGIDevice, IDXGIFactory, IDXGIOutput

Requirements

Header: Declared in d3d11_x.h (dxgi.h on other Windows platforms).

Library: Use d3d11_x.lib (dxgi.lib on other Windows platforms).

See also

IDXGIObject Members