IDirectXFileSaveObject interface
Applications use the methods of the IDirectXFileSaveObject interface to create data objects and to save templates and data objects. Note that templates are not required in every file. For example, you could put all templates into a single Microsoft DirectX file rather than duplicating them in every DirectX file. Deprecated.
Members
The IDirectXFileSaveObject interface inherits from the IUnknown interface. IDirectXFileSaveObject also has these types of members:
Methods
The IDirectXFileSaveObject interface has these methods.
Method | Description |
---|---|
CreateDataObject | Creates a data object. Deprecated. |
SaveData | Saves a data object and its children to a DirectX file. Deprecated. |
SaveTemplates | Saves templates to a DirectX file. Deprecated. |
Remarks
The globally unique identifier (GUID) for the IDirectXFileSaveObject interface is IID_IDirectXFileSaveObject.
The IDirectXFileSaveObject interface is obtained by calling the IDirectXFile::CreateSaveObject method.
The LPDIRECTXFILESAVEOBJECT type is defined as a pointer to this interface.
typedef interface IDirectXFileSaveObject *LPDIRECTXFILESAVEOBJECT;
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|
See also