?/TD>
Microsoft DirectX 9.0

ID3DXEffect::GetFunctionByName Method


Gets the handle of a function by looking up its name.

Syntax

D3DXHANDLE GetFunctionByName(      

    LPCSTR pName );

Parameters

pName
[in] String containing the function name.

Return Value

Returns the handle of the specified function, or NULL if the name was not found. See Handles.



© 2002 Microsoft Corporation. All rights reserved.