Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.
Members
The IDirectXFileEnumObject interface inherits from the IUnknown interface. IDirectXFileEnumObject also has these types of members:
Methods
The IDirectXFileEnumObject interface has these methods.
| Method | Description |
|---|---|
| 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 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;
Requirements
| Requirement | Value |
|---|---|
| Header |
|
| Library |
|
See also