IFaxJobStatus::get_ExtendedStatusCode method (faxcomex.h)

The 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

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

FaxJobStatus

IFaxJobStatus

Visual Basic Example