ID3D11FunctionParameterReflection interface
A function-parameter-reflection interface accesses function-parameter info.
Members
The ID3D11FunctionParameterReflection interface inherits from the IUnknown interface. ID3D11FunctionParameterReflection also has these types of members:
Methods
The ID3D11FunctionParameterReflection interface has these methods.
| Method | Description |
|---|---|
| GetDesc |
Fills the parameter descriptor structure for the function's parameter. |
Remarks
To get a function-parameter-reflection interface, call ID3D11FunctionReflection::GetFunctionParameter. This isn't a COM interface, so you don't need to worry about reference counts or releasing the interface when you're done with it.
Requirements
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
See also