IFaxOutgoingJob::get_ExtendedStatusCode method (faxcomex.h)

The IFaxOutgoingJob::get_ExtendedStatusCode property specifies a code describing the job's extended status.

This property is read-only.

Syntax

HRESULT get_ExtendedStatusCode(
  FAX_JOB_EXTENDED_STATUS_ENUM *pExtendedStatusCode
);

Parameters

pExtendedStatusCode

Return value

None

Remarks

If a fax service provider (FSP) provides a proprietary status code, the service loads the code string from the FSP, and passes both the string and the original status code to the client. If the FSP provides a status defined in FAX_JOB_EXTENDED_STATUS_ENUM, the service passes only the status code to the client.

A fax client application should check the extended status string first. If the string is not NULL/empty, it describes the extended status, and the extended status code is the same code that the FSP passed to the fax service. If the string is NULL/Empty, the extended status code is one of those defined in FAX_JOB_EXTENDED_STATUS_ENUM.

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

See also

FaxOutgoingJob

IFaxOutgoingJob

Visual Basic Example