Microsoft DirectX 8.0 (C++)

IDirectXFileEnumObject

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

The IDirectXFileEnumObject interface, like all COM interfaces, inherits the IUnknown interface methods. The IUnknown interface supports the following three methods.

IUnknown AddRef
  QueryInterface
  Release

The GUID for the IDirectXFileEnumObject interface is IID_IDirectXFileEnumObject.

Requirements

  Header: Declared in Dxfile.h.
  Import Library: Use D3dxof.lib.