![]() |
![]() |
![]() |
Applications use the methods of the IDirectXFileDataReference interface to support data reference objects. A data reference object refers to a data object that is defined earlier in the file. This enables you to use the same object multiple times without repeating it in the file. Deprecated.
IDirectXFileDataReference Members
GetId Retrieves a pointer to the globally unique identifier (GUID) that identifies a Microsoft DirectX file object. Deprecated. GetName Retrieves a pointer to a DirectX file object's name. Deprecated. Resolve Resolves data references. Deprecated.
Remarks
After you have determined that an object is a data reference object, use the IDirectXFileDataReference::Resolve method to retrieve the referenced object defined earlier in the file. For information about how to identify a data reference object, see the IDirectXFileData interface.
The GUID for the IDirectXFileDataReference interface is IID_IDirectXFileDataReference.
The LPDIRECTXFILEDATAREFERENCE type is defined as a pointer to this interface.
typedef interface IDirectXFileDataReference *LPDIRECTXFILEDATAREFERENCE;
Interface Information
Stock Implementation d3d9.dll Custom Implementation No Inherits from IDirectXFileObject Header dxfile.h Import library d3dxof.lib Minimum operating systems Windows 98