?/TD>
Microsoft DirectX 9.0

ID3DXBaseEffect::GetParameter Method


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

Syntax

D3DXHANDLE GetParameter(      

    D3DXHANDLE hParent,     UINT Index );

Parameters

hParent
[in] Handle of the parent structure 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.



© 2002 Microsoft Corporation. All rights reserved.