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.

ID3D11ClassInstance::GetClassLinkage method

Gets the ID3D11ClassLinkage object associated with the current HLSL class.

Syntax


void GetClassLinkage(
  [out] ID3D11ClassLinkage **ppLinkage
);

Parameters

ppLinkage [out]

Type: ID3D11ClassLinkage**

A pointer to a ID3D11ClassLinkage interface pointer.

Return value

This method does not return a value.

Remarks

For more information about using the ID3D11ClassInstance interface, see Dynamic Linking.

Windows Phone 8: This API is supported.

Requirements

Header

D3D11.h

Library

D3D11.lib

See also

ID3D11ClassInstance

 

 

Show:
© 2017 Microsoft