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.
Method | Description |
---|---|
IDirectXFileEnumObject::GetDataObjectById | Retrieves the data object that has the specified GUID. Deprecated. |
IDirectXFileEnumObject::GetDataObjectByName | Retrieves the data object that has the specified name. Deprecated. |
IDirectXFileEnumObject::GetNextDataObject | Retrieves the next top-level object in the DirectX file. Deprecated. |
The GUID for the IDirectXFileEnumObject interface is IID_IDirectXFileEnumObject.
The LPDIRECTXFILEENUMOBJECT type is defined as a pointer to this interface.
typedef interface IDirectXFileEnumObject *LPDIRECTXFILEENUMOBJECT;
Header: Declared in Dxfile.h.
Import Library: Use D3dxof.lib.