Microsoft DirectX 8.1 (C++) |
Applications use the methods of the IDirectXFile interface to create instances of the IDirectXFileEnumObject and IDirectXFileSaveObject interfaces, and to register templates.
The IDirectXFile interface is obtained by calling the DirectXFileCreate function.
The methods of the IDirectXFile interface can be organized into the following groups.
Creation | CreateEnumObject |
CreateSaveObject | |
Templates | RegisterTemplates |
This interface, like all COM interfaces, inherits additional functionality from the IUnknown Interface.
The globally unique identifier (GUID) for the IDirectXFile interface is IID_IDirectXFile.
Header: Declared in Dxfile.h.
Import Library: Use D3dxof.lib.