mxOmfProductVersion_t

 

 

typedef struct tagMxOmfProductVersion_t

{

  unsigned short m_usMajor; // Major After significant changes have been

// made to the application

unsigned short m_usMinor; // Minor After new features have been added to the

// application

  unsigned short m_usTertiary;  // Release Every time a minor release is

// made available with bug fixes

  unsigned short m_usPatchLevel;  // Build - Every time the build process

// completes

  MXOMF_PRODUCTRELEASETYPE m_eReleaseType;  // see MXOMF_PRODUCTRELEASETYPE

  unsigned short m_usYear;

  unsigned short m_usMonth;

  unsigned short m_usDay;

  unsigned short m_usHour;

  unsigned short m_usMinute;

  unsigned short m_usSecond;

  tm          m_tm;

} mxOmfProductVersion_t;