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.

ID3D11FunctionReflection::GetFunctionParameter method

Gets the function parameter reflector.

Syntax


ID3D11FunctionParameterReflection* GetFunctionParameter(
  [in] INT ParameterIndex
);

Parameters

ParameterIndex [in]

Type: INT

The zero-based index of the function parameter reflector to retrieve.

Return value

Type: ID3D11FunctionParameterReflection*

A pointer to a ID3D11FunctionParameterReflection interface that represents the function parameter reflector.

Requirements

Header

D3D11Shader.h

Library

D3DCompiler.lib

DLL

D3DCompiler_47.dll

See also

ID3D11FunctionReflection

 

 

Show:
© 2017 Microsoft