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.

ID3D11Device::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,
  [in, optional] const IUnknown *pData
);

Parameters

guid [in]

Type: REFGUID

Guid associated with the interface.

pData [in, optional]

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 11 Return Codes.

Requirements

Header

D3D11.h

Library

D3D11.lib

See also

ID3D11Device

 

 

Show:
© 2017 Microsoft