d3d9.dllIDirectXFileEnumObject
Microsoft DirectX 9.0 SDK Update (October 2004)

IDirectXFileEnumObject Interface


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 Implementationd3d9.dll
Custom ImplementationNo
Inherits fromIUnknown
Headerdxfile.h
Import libraryd3dxof.lib
Minimum operating systems Windows 98


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.