MMFI_VERS_INFO

Contains information about the version and supported formats of the MMFI library. It is used by mmGetVersion.

Definition

typedef struct
{
    WORD infoSize;
    WORD majorRev;
    WORD minorRev;
    WORD build;
    WORD fileType [8];
} MMFI_VERS_INFO;

Fields

Field

Description

infoSize

Number of bytes written to this information structure, including this size.

majorRev

Major revision number.

minorRev

Minor revision number.

build

Build revision number.

fileType

Types of files supported; terminated with a 0. Only 3GP files (FILE_TYPE_3GP) are supported.