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.

ID3D11FunctionParameterReflection::GetDesc method

Fills the parameter descriptor structure for the function's parameter.

Syntax


HRESULT GetDesc(
  [out] D3D11_PARAMETER_DESC *pDesc
);

Parameters

pDesc [out]

Type: D3D11_PARAMETER_DESC*

A pointer to a D3D11_PARAMETER_DESC structure that receives a description of the function's parameter.

Return value

Type: HRESULT

Returns one of the Direct3D 11 Return Codes.

Requirements

Header

D3D11Shader.h

Library

D3DCompiler.lib

DLL

D3DCompiler_47.dll

See also

ID3D11FunctionParameterReflection

 

 

Show:
© 2017 Microsoft