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

ID3DXBaseEffect::GetParameter Method


Gets the handle of a top-level parameter or a structure member parameter.

Syntax

D3DXHANDLE GetParameter(      

    D3DXHANDLE hParameter,     UINT Index );

Parameters

hParameter
[in] Handle of the parameter, or NULL for top-level parameters. See Handles.
Index
[in] Parameter index.

Return Value

Returns the handle of the specified parameter, or NULL if the index was invalid. See Handles.



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