Microsoft DirectX 8.0 (C++)

IDirectXFileBinary

Applications use the methods of the IDirectXFileBinary interface to read and retrieve information about binary data.

The IDirectXFileBinary interface inherits the following IDirectXFileObject methods, which can be organized into this group.

Information GetId
  GetName

The methods of the IDirectXFileBinary interface can be organized into the following groups.

Information GetMimeType
  GetSize
Reading Data Read

The IDirectXFileBinary 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 IDirectXFileBinary interface is IID_IDirectXFileBinary.

Requirements

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