Determines if a parameter is used by the technique.
BOOL IsParameterUsed( D3DXHANDLE hParameter, D3DXHANDLE hTechnique );
Returns TRUE if the parameter is being used and returns FALSE if the parameter is not being used.
Header: Declared in D3dx9effect.h.