Microsoft DirectX 9.0 SDK Update (October 2004)

SaveUserData.RegisterTemplates Method

Language:

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

Registers a .x file template.

Definition

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

Parameters

xfileApi Microsoft.DirectX.Direct3D.XFileManager. An XFileManager object that contains data about the .x file template to register.

Remarks

The SaveUserData.RegisterTemplates and SaveUserData.SaveTemplates methods provide a mechanism for saving user data by adding a template to a .x file.


© 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