IFaxIncomingJob::get_Status method (faxcomex.h)
Retrieves the Status property of a FaxIncomingJob object. The Status property is a number that indicates the current status of an inbound fax job in the job queue.
Syntax
HRESULT get_Status(
[out, retval] FAX_JOB_STATUS_ENUM *pStatus
);
Parameters
[out, retval] pStatus
Type: FAX_JOB_STATUS_ENUM*
Pointer to a value from the FAX_JOB_STATUS_ENUM enumeration that specifies the current status of an inbound fax job in the job queue.
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 |