IDirectXFile interface
Applications use the methods of the IDirectXFile interface to create instances of the IDirectXFileEnumObject and IDirectXFileSaveObject interfaces, and to register templates. Deprecated.
The IDirectXFile interface inherits from the IUnknown interface. IDirectXFile also has these types of members:
The IDirectXFile interface has these methods.
Method | Description |
---|---|
CreateEnumObject | Creates an enumerator object. Deprecated. |
CreateSaveObject | Creates a save object. Deprecated. |
RegisterTemplates | Registers custom templates. Deprecated. |
The globally unique identifier (GUID) for the IDirectXFile interface is IID_IDirectXFile.
The IDirectXFile interface is obtained by calling the DirectXFileCreate function.
The LPDIRECTXFILE type is defined as a pointer to this interface.
typedef interface IDirectXFile *LPDIRECTXFILE;
Requirement | Value |
---|---|
Header |
|
Library |
|