#include ”faxclass.h”
virtual int StartPage(int PageNumber)
|
Class 1. |
Class 2. Class 2.0 |
Brooktrout
|
GammaLink
|
Dialogic
|
NMS
|
Description
This function is called when a new page of a fax is being loaded and prepared for sending or has been received. If communication direction is set to send, the data of the page will be loaded into a global memory block. If communication direction is set to receive, a 64kB of global memory block will be allocated for the incoming data.
Parameters
|
int |
PageNumber |
Specifies page number of the fax. |
Return Value
Returns zero on success, otherwise an error code is returned
Sample Code
None at present.