IFaxServer::get_APIVersion method (faxcomex.h)
The IFaxServer::get_APIVersion property is a value that indicates the version of the fax server API.
This property is read-only.
Syntax
HRESULT get_APIVersion(
FAX_SERVER_APIVERSION_ENUM *pAPIVersion
);
Parameters
pAPIVersion
Return value
None
Remarks
In general, each new version of the fax server API is fully compatible with previous API versions. When connecting to a fax server using the Component Object Model (COM) objects, the API version of the fax server is not required because the COM layer performs the conversions and mapping to transparently support the fax API version of the server. However, if you want to detect the version of the fax server you are connected to, you can use the IFaxServer::get_APIVersion property.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | faxcomex.h |
DLL | Fxscomex.dll |