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

IDirectXFileBinary Interface


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

IDirectXFileBinary Members

GetId Retrieves a pointer to the globally unique identifier (GUID) that identifies a Microsoft DirectX file object. Deprecated.
GetMimeType Retrieves the Multipurpose Internet Mail Extensions (MIME) type for the binary data. Deprecated.
GetName Retrieves a pointer to a DirectX file object's name. 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;

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.