FAX_SERVER_APIVERSION_ENUM enumeration (faxcomex.h)

The FAX_SERVER_APIVERSION_ENUM enumeration defines the version of the fax API. No value below is supported on any version of the fax service earlier than the one it designates.

Syntax

typedef enum FAX_SERVER_APIVERSION_ENUM {
  fsAPI_VERSION_0 = 0,
  fsAPI_VERSION_1 = 0x10000,
  fsAPI_VERSION_2 = 0x20000,
  fsAPI_VERSION_3 = 0x30000
} ;

Constants

 
fsAPI_VERSION_0
Value: 0
API Version 0, the fax service API used by the BackOffice Small Business Server 2000 (SBS) and BackOffice Server 2000 (BOS). Not supported.
fsAPI_VERSION_1
Value: 0x10000
API Version 1, the fax service API used by the Windows XP fax service server.
fsAPI_VERSION_2
Value: 0x20000
API Version 2, the fax service API used by the Windows Server 2003 fax service server.
fsAPI_VERSION_3
Value: 0x30000
API Version 3, the fax service API used by the Windows Vista fax service server.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header faxcomex.h
Redistributable the value used)