Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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