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.
Members
The IDXGIObject interface inherits from the IUnknown interface. IDXGIObject also has these types of members:
Methods
The IDXGIObject interface has these methods.
| Method | Description |
|---|---|
| GetParent |
Gets the parent of the object. |
| GetPrivateData |
Get a pointer to the object's data. |
| SetPrivateData |
Sets application-defined data to the object and associates that data with a GUID. |
| 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
|
Header |
|
|---|---|
|
Library |
|
See also
Show: