d3d9.dllIDirectXFileDataReference
Microsoft DirectX 9.0 SDK Update (October 2004)

IDirectXFileDataReference Interface


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 Implementationd3d9.dll
Custom ImplementationNo
Inherits fromIDirectXFileObject
Headerdxfile.h
Import libraryd3dxof.lib
Minimum operating systems Windows 98


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.