ID3DXBaseEffect::GetFunction

Gets the handle of a function.

D3DXHANDLE GetFunction(
  UINT Index
);

Parameters

Index
[in] Function index.

Return Values

Returns the handle of the specified function, or NULL if the index was invalid. See Handles.

Requirements

Header: Declared in D3dx9effect.h.