Microsoft DirectX 8.0 (C++)

IDirectXFileObject

Applications use the methods of the IDirectXFileObject interface to retrieve information about Microsoft® DirectX® file objects.

The methods of the IDirectXFileObject interface can be organized into the following group.

Information GetId
  GetName

The IDirectXFileObject interface, like all COM interfaces, inherits the IUnknown interface methods. The IUnknown interface supports the following three methods.

IUnknown AddRef
  QueryInterface
  Release

The globally unique identifier (GUID) for the IDirectXFileObject interface is IID_IDirectXFileObject.

Requirements

  Header: Declared in Dxfile.h.
  Import Library: Use D3dxof.lib.