next up previous contents index
Next: FMPClose Up: General functions Previous: General functions   Contents   Index

FMPAbout

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 : $a.b.c.d$, where $a,b,c,d$ 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 :

\begin{figure}\begin{tabular}{\vert l\vert l\vert}
\hline
FMPE\_OK & No error \\
\hline
\end{tabular}\end{figure}

Operating Systems and Streaming Models

Figure 1.46: FMPAbout Operating Systems and Streaming Models
\begin{figure}\centering\begin{tabular}{\vert l\vert c\vert c\vert c\vert c\vert...
...& $\bullet$& $\bullet$& $\bullet$& $\bullet$\\
\hline
\end{tabular}\end{figure}


next up previous contents index
Next: FMPClose Up: General functions Previous: General functions   Contents   Index
mabelsha 2002-03-26