ID3D11ClassInstance::GetClassLinkage Method

Gets the ID3D11ClassLinkage object associated with the current HLSL class.

Syntax

public:
void GetClassLinkage(
         ID3D11ClassLinkage **ppLinkage
)  

Parameters

ppLinkage
Type: ID3D11ClassLinkage **

[out] A pointer to a ID3D11ClassLinkage interface pointer.

Return value

None.

Remarks

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

Requirements

Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).

Library: Use d3d11_x.lib (d3d11.lib on other Windows platforms).

See also

ID3D11ClassInstance

ID3D11ClassInstance Members