IDirectXFileBinary interface

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

Members

The IDirectXFileBinary interface inherits from IDirectXFileObject. IDirectXFileBinary also has these types of members:

Methods

The IDirectXFileBinary interface has these methods.

Method Description
GetMimeType Retrieves the Multipurpose Internet Mail Extensions (MIME) type for the binary data. Deprecated.
GetSize Retrieves the size of the binary data. Deprecated.
Read Reads the binary data. Deprecated.

 

Remarks

The GUID for the IDirectXFileBinary interface is IID_IDirectXFileBinary.

The LPDIRECTXFileBinary type is defined as a pointer to this interface.

typedef interface IDirectXFileBinary *LPDIRECTXFILEBINARY;

Requirements

Requirement Value
Header
DXFile.h
Library
D3dxof.lib

See also

IDirectXFileObject

X File Interfaces