Gets the handle of a technique by looking up its name.
D3DXHANDLE GetTechniqueByName( LPCSTR pName );
Returns the handle of the first technique that has the specified name, or NULL if the name was not found. See Handles.
Header: Declared in D3dx9shader.h.