Get the handle of an array element parameter.
D3DXHANDLE GetParameterElement( D3DXHANDLE hParameter, UINT ElementIndex );
Returns the handle of the specified parameter, or NULL if either hParameter or ElementIndex is invalid. See Handles.
This method is used to get an element of a parameter that is an array.
Header: Declared in D3dx9shader.h.