![]() |
![]() |
![]() |
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. Deprecated.
IDirectXFileEnumObject Members
GetDataObjectById Retrieves the data object that has the specified GUID. Deprecated. GetDataObjectByName Retrieves the data object that has the specified name. Deprecated. GetNextDataObject Retrieves the next top-level object in the Microsoft DirectX file. Deprecated.
Remarks
The GUID for the IDirectXFileEnumObject interface is IID_IDirectXFileEnumObject.
The LPDIRECTXFILEENUMOBJECT type is defined as a pointer to this interface.
typedef interface IDirectXFileEnumObject *LPDIRECTXFILEENUMOBJECT;
Interface Information
Stock Implementation d3d9.dll Custom Implementation No Inherits from IUnknown Header dxfile.h Import library d3dxof.lib Minimum operating systems Windows 98