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

ID3DXBaseEffect::GetTechniqueByName Method


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

Syntax

D3DXHANDLE GetTechniqueByName(      

    LPCSTR pName );

Parameters

pName
[in] String containing the technique name.

Return Value

Returns the handle of the first technique that has the specified name, or NULL if the name was not found. 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.