Microsoft DirectX 9.0 SDK Update (October 2004)

LoadUserData.LoadFrameChildData Method

Language:

Note: This documentation is preliminary and is subject to change.

Loads frame child data from a Microsoft® DirectX® (.x) file.

Definition

Visual Basic .NET MustOverride Public Sub LoadFrameChildData( _
    ByVal frame As Frame, _
    ByVal xofChildData As XFileData _
)
C# public abstract void LoadFrameChildData(
    Frame frame,
    XFileData xofChildData
);
Managed C++ public: virtual void LoadFrameChildData(
    Frame *frame,
    XFileData *xofChildData
) = 0;
JScript .NET public abstract function LoadFrameChildData(
    frame : Frame,
    xofChildData : XFileData
);

Parameters

frame Microsoft.DirectX.Direct3D.Frame. A Frame object that represents the frame hierarchy.
xofChildData Microsoft.DirectX.Direct3D.XFileData. An XFileData object that represents the .x file data to load.

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center