Next: FMPClose
Up: General functions
Previous: General functions
  Contents
  Index
This function returns a version number, the date of compilation and a Copright notice.
DWORD FMPAbout( TCHAR* sVersion, TCHAR* sDate, TCHAR *sCopyright);
Remarks
The version number returned is of the following format :
,
where
are respectively the version,
revision, build and release numbers.
The date of compilation returned is of the following format:
mm dd yyyy. As an example: Dec 9 1999.
sVersion should point to a string 16-TCHAR-or-more long.
sDdate should point to a 12-TCHAR-or-more long one.
sCopyright should point to a 64-TCHAR-or-more long one.
No string-overflow checking is performed within the function (the string have to
be allocated by the application).
Any of those three pointers can have a NULL value, if the information
it provides is unwanted.
ReturnValue
Returns a 32 bit unsigned value. Typical return values might include one of the following :
Operating Systems and Streaming Models
Figure 1.46:
FMPAbout Operating Systems and Streaming Models
 |
Next: FMPClose
Up: General functions
Previous: General functions
  Contents
  Index
mabelsha
2002-03-26