GetAllFaxType

#include ”faxcpp.h”

int far GetAllFaxType (LPSTR FaxTypes)

Class 1.

Class 2.

Class 2.0

Brooktrout

 

GammaLink

 

Dialogic

 

NMS

 

g

g

g

g

g

g

Description

This function returns the number of fax types that can be used by FAX C++. If the FaxTypes parameter is not NULL, it returns the fax types as a string. The returned value determines the length of the returned string (Not including the ‘\0’ character at the end of a string). In the current release, a “N\0” or “B\0” string will be returned because normal fax type and BFT are supported.

Parameters

LPSTR

FaxType

Pointer to a character array.

Return Value

Returns the number of fax type.

Sample Code

None at present.