Version




typedef struct
{
DWORD id; /* event id (LIBEVN_xxx in 'libdef.h') */ CTAHD ctahd; /* context handle */ DWORD timestamp; /* timestamp */ DWORD userid; /* use-supplied id */ DWORD size; /* size of buffer if buffer is not NULL */ /* otherwise, may contain event-specific data */ void *buffer; /* buffer pointer */ DWORD value; /* Event status or event-specific data */ DWORD reserved; /* must be 0 */ } CTA_EVENT;

|
Event
|
Hex
|
Description
|
|---|---|---|
|
NFXEVN_SESSION_DONE
|
0x052001
|
The current fax session has completed.
|





|
Event
|
Hex
|
Description
|
|---|---|---|
|
NFXEVN_RECEIVE_STARTED
|
0x052009
|
Confirms that nfxReceiveFax or nfxSendFax (in response to a poll request) has started a receive operation.
|
|
NFXEVN_SEND_STARTED
|
0x052008
|
Confirms that nfxSendFax or nfxAnswerFaxPoll has started.
|
Version