IFaxIncomingJob::get_ExtendedStatusCode method (faxcomex.h)

Retrieves the ExtendedStatusCode property of a FaxIncomingJob object. The ExtendedStatusCode property specifies a code describing the job's extended status.

Syntax

HRESULT get_ExtendedStatusCode(
  [out, retval] FAX_JOB_EXTENDED_STATUS_ENUM *pExtendedStatusCode
);

Parameters

[out, retval] pExtendedStatusCode

Type: FAX_JOB_EXTENDED_STATUS_ENUM*

Pointer to a value from the FAX_JOB_EXTENDED_STATUS_ENUM enumeration that specifies the extended job status.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

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

ExtendedStatusCode

IFaxIncomingJob