Microsoft DirectX 8.1 (C++) |
Retrieves the next child data object, data reference object, or binary object in the Microsoft® DirectX® file.
HRESULT GetNextObject( LPDIRECTXFILEOBJECT* ppChildObj );
If the method succeeds, the return value is DXFILE_OK.
If the method fails, the return value can be one of the following values.
DXFILEERR_BADVALUE |
DXFILEERR_NOMOREOBJECTS |
To determine the type of object retrieved, use QueryInterface to query the retrieved object for support of IDirectXFileData, IDirectXFileDataReference, or IDirectXFileBinary interfaces. The interface supported indicates the type of object (data, data reference, or binary).
Header: Declared in Dxfile.h.
Import Library: Use D3dxof.lib.
IDirectXFileBinary, IDirectXFileData, IDirectXFileDataReference