Microsoft DirectX 8.1 (C++) |
Applications use the methods of the IDirectXFileEnumObject interface to cycle through the data objects in the file and to retrieve a data object by its globally unique identifier (GUID) or by its name.
The methods of the IDirectXFileEnumObject interface can be organized into the following groups.
Object Retrieval | GetDataObjectById |
GetDataObjectByName | |
Enumeration | GetNextDataObject |
This interface, like all COM interfaces, inherits additional functionality from the IUnknown Interface.
The GUID for the IDirectXFileEnumObject interface is IID_IDirectXFileEnumObject.
Header: Declared in Dxfile.h.
Import Library: Use D3dxof.lib.