Microsoft DirectX 9.0 SDK Update (October 2004)

LoadUserData.LoadTopLevelData Method

Language:

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

Loads top-level data from a Microsoft® DirectX® (.x) file.

Definition

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

Parameters

xofChildData Microsoft.DirectX.Direct3D.XFileData. An XFileData object that represents the .x file data.

© 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