IDXGIObject interface (dxgi.h)

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.

Inheritance

The IDXGIObject interface inherits from the IUnknown interface. IDXGIObject also has these types of members:

Methods

The IDXGIObject interface has these methods.

 
IDXGIObject::GetParent

Gets the parent of the object.
IDXGIObject::GetPrivateData

Get a pointer to the object's data.
IDXGIObject::SetPrivateData

Sets application-defined data to the object and associates that data with a GUID.
IDXGIObject::SetPrivateDataInterface

Set an interface in the object's private data.

Remarks

IDXGIObject implements base-class functionality for the following interfaces:

Windows Phone 8: This API is supported.

Requirements

Requirement Value
Target Platform Windows
Header dxgi.h

See also

DXGI Interfaces

IUnknown