D3DXFrameFind function
Finds the child frame of a root frame.
Syntax
LPD3DXFRAME D3DXFrameFind(
_In_ const D3DXFRAME *pFrameRoot,
_In_ LPCSTR Name
);
Parameters
-
pFrameRoot [in]
-
Type: const D3DXFRAME*
Pointer to the root frame. See D3DXFRAME.
-
Name [in]
-
Type: LPCSTR
Name of the child frame to find.
Return value
Type: LPD3DXFRAME
Returns the child frame if it is found, or NULL otherwise. See D3DXFRAME.
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|
See also