Applications use the methods of the IDirectXFileBinary interface to read and retrieve information about binary data. Deprecated.
IDirectXFileObjectMethod | Description |
---|---|
IDirectXFileBinary::GetMimeType | Retrieves the Multipurpose Internet Mail Extensions (MIME) type for the binary data. Deprecated. |
IDirectXFileBinary::GetSize | Retrieves the size of the binary data. Deprecated. |
IDirectXFileBinary::Read | Reads the binary data. Deprecated. |
The GUID for the IDirectXFileBinary interface is IID_IDirectXFileBinary.
The LPDIRECTXFileBinary type is defined as a pointer to this interface.
typedef interface IDirectXFileBinary *LPDIRECTXFILEBINARY;
Header: Declared in Dxfile.h.
Import Library: Use D3dxof.lib.