IFaxIncomingJob::get_AvailableOperations method (faxcomex.h)

Retrieves the AvailableOperations property of a FaxIncomingJob object. The AvailableOperations property indicates the combination of valid operations that you can perform on the fax job given its current status.

Syntax

HRESULT get_AvailableOperations(
  [out, retval] FAX_JOB_OPERATIONS_ENUM *pAvailableOperations
);

Parameters

[out, retval] pAvailableOperations

Type: FAX_JOB_OPERATIONS_ENUM*

Pointer to a long value from the FAX_JOB_OPERATIONS_ENUM enumeration that specifies a bitwise combination of the operations that you can currently perform on the fax job. Some operations are mutually exclusive. For example, you cannot pause a job that has already been paused.

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

AvailableOperations

FAX_JOB_OPERATIONS_ENUM

IFaxIncomingJob