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.
ID3D11LibraryReflection::GetFunctionByIndex method
Gets the function reflector.
Syntax
ID3D11FunctionReflection* GetFunctionByIndex(
[in] INT FunctionIndex
);
Parameters
- FunctionIndex [in]
-
Type: INT
The zero-based index of the function reflector to retrieve.
Return value
Type: ID3D11FunctionReflection*
A pointer to a ID3D11FunctionReflection interface that represents the function reflector.
Requirements
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
See also
Show: