D3DXFrameFind
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DXFrameFind Function


Finds the child frame of a root frame.

Syntax

LPD3DXFRAME WINAPI 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 Value

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

Function Information

Headerd3dx9anim.h
Import libraryd3dx9.lib
Minimum operating systems Windows 98


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.