?/TD>
Microsoft DirectX 9.0

D3DXFrameFind Function


Find the child frame of a root frame.

Syntax

LPD3DXFRAME D3DXFrameFind(      

    LPD3DXFRAME 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


© 2002 Microsoft Corporation. All rights reserved.