D3DXFRAMEFind

Finds the child frame of a root frame.

LPD3DXFRAME D3DXFRAMEFind(
  CONST D3DXFRAME * pFrameRoot,
  LPCSTR Name
);

Parameters

pFrameRoot
[in] Pointer to the root frame. See D3DXFRAME.
Name
[in] Name of the child frame to find.

Return Values

Returns the child frame if it is found, or NULL otherwise. See D3DXFRAME.

Requirements

Header: Declared in D3dx9anim.h.