#include ”faxcpp.h”
UINT far GetFaxCppVersion(LPSTR String, int Size)
|
Class 1. |
Class 2. Class 2.0 |
Brooktrout
|
GammaLink
|
Dialogic
|
NMS
|
Description
This function returns the Fax C++ version number.
Parameters
|
LPSTR |
String |
The version string buffer. |
|
int |
Size |
The buffer size. |
Return Value
The HIBYTE of the UINT is the version number (left of the dot) and LOBYTE is interim release number (right of the dot).
Sample Code
None at present.