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