IFaxJob::Refresh method (faxcom.h)

The IFaxJob::Refresh method updates FaxJob object information for the associated fax job.

Syntax

HRESULT Refresh();

Return value

Type: HRESULT

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

Remarks

Call the IFaxJob::Refresh method to poll the fax service for new information about a specified fax job. After you successfully call IFaxJob::Refresh, you must call the appropriate IFaxJob interface method to retrieve new attribute values that are valid.

It is recommended that you limit calls to this method because frequent calls to IFaxJob::Refresh can degrade system performance.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header faxcom.h
DLL Faxcom.dll

See also

Fax Service Client API Interfaces

Fax Service Client API for Windows 2000

IFaxJob

IFaxJobs