Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ID3D10DeviceChild::SetPrivateDataInterface method

Associate an IUnknown-derived interface with this device child and associate that interface with an application-defined guid.

Syntax


HRESULT SetPrivateDataInterface(
  [in]       REFGUID  guid,
  [inconst IUnknown *pData
);

Parameters

guid [in]

Type: REFGUID

Guid associated with the interface.

pData [in]

Type: const IUnknown*

Pointer to an IUnknown-derived interface to be associated with the device child.

Return value

Type: HRESULT

This method returns one of the following Direct3D 10 Return Codes.

Remarks

When this method is called ::addref() will be called on the IUnknown-derived interface, and when the device child is detroyed ::release() will be called on the IUnknown-derived interface.

Requirements

Header

D3D10.h

Library

D3D10.lib

See also

ID3D10DeviceChild Interface

 

 

Show:
© 2017 Microsoft