IFaxIncomingJob::get_CurrentPage method (faxcomex.h)

The CurrentPage property is a number that identifies the page that the fax service is actively receiving on an inbound fax job.

This property is read-only.

Syntax

HRESULT get_CurrentPage(
  long *plCurrentPage
);

Parameters

plCurrentPage

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

FaxIncomingJob

IFaxIncomingJob

Visual Basic Example