d3d9.dllGetParameterElement
Microsoft DirectX 9.0 SDK Update (October 2004)

ID3DXBaseEffect::GetParameterElement Method


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.



© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.