LoadUserData.LoadTopLevelData Method |
Language: |
Loads top-level data from a Microsoft DirectX (.x) file.
Visual Basic MustOverride Public Sub LoadTopLevelData( _
ByVal xofChildData As XFileData _
)C# public abstract void LoadTopLevelData(
XFileData xofChildData
);C++ public:
virtual void LoadTopLevelData(
XFileData^ xofChildData
) abstract;JScript public abstract function LoadTopLevelData(
xofChildData : XFileData
);
xofChildData Microsoft.DirectX.Direct3D.XFileData
An XFileData object that represents the .x file data.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center