IDirectXFile interface
Applications use the methods of the IDirectXFile interface to create instances of the IDirectXFileEnumObject and IDirectXFileSaveObject interfaces, and to register templates. Deprecated.
Members
The IDirectXFile interface inherits from the IUnknown interface. IDirectXFile also has these types of members:
Methods
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. |
Remarks
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;
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|
See also