Gets the handle of a function by looking up its name.
D3DXHANDLE GetFunctionByName( LPCSTR pName );
Returns the handle of the specified function, or NULL if the name was not found. See Handles.
Header: Declared in D3dx9effect.h.