![]() |
![]() |
![]() |
Get the handle of an array element parameter.
Syntax
D3DXHANDLE GetParameterElement(
D3DXHANDLE hParameter, UINT ElementIndex );
Parameters
- hParameter
- [in] Handle of the array. See Handles.
- ElementIndex
- [in] Array element index.
Return Value
Returns the handle of the specified parameter, or NULL if either hParameter or ElementIndex is invalid. See Handles.
Remarks
This method is used to get an element of a parameter that is an array.