Microsoft DirectX 8.1 (C++) |
Applications use the methods of the IDirectXFileData interface to build or to access the immediate hierarchy of the data object. Template restrictions determine the hierarchy. Data types allowed by the template are called optional members. The optional members are not required, but an object might miss important information without them. These optional members are saved as children of the data object. The children can be another data object, a reference to an earlier data object, or a binary object.
The methods of the IDirectXFileData interface can be organized into the following groups.
Add Data | AddBinaryObject |
AddDataObject | |
AddDataReference | |
Retrieve Data | GetData |
GetNextObject | |
GetType |
This interface inherits additional functionality from the IDirectXFileObject interface.
This interface, like all COM interfaces, inherits additional functionality from the IUnknown Interface.
The globally unique identifier (GUID) for the IDirectXFileData interface is IID_IDirectXFileData.
Header: Declared in Dxfile.h.
Import Library: Use D3dxof.lib.