Set an interface in the object’s private data.
public:
HRESULT SetPrivateDataInterface(
REFGUID Name,
const IUnknown *pUnknown
)
Name
Type: REFGUID
[in] A GUID identifying the interface.
pUnknown
Type: IUnknown *
[in] The interface to set.
Type: HRESULT
Returns one of the following DXGI_ERROR.
This API associates an interface pointer with the object.
When the interface is set its reference count is incremented. When the data are overwritten (by calling SPD or SPDI with the same GUID) or the object is destroyed, ::Release() is called and the interface’s reference count is decremented.
Header: Declared in d3d11_x.h (dxgi.h on other Windows platforms).
Library: Use d3d11_x.lib (dxgi.lib on other Windows platforms).