(Page 1 of 1 in this chapter) Version
typedef struct
{
DWORD id; /* event id (DPNEVN_xxx in 'dpndef.h') */
CTAHD ctahd; /* context handle */
DWORD timestamp; /* timestamp */
DWORD userid; /* user id (defined by ctaCreateContext) */
DWORD size; /* size of buffer if buffer != NULL */
/* otherwise, may contain event */
/* specific data */
void *buffer; /*buffer pointer on DPN_RECEIVED_SIS list*/
DWORD value; /* Event status or event-specific data */
DWORD reserved ; /* must be 0 */
} CTA_EVENT;
|
ID
|
Value Field
|
Size Field
|
|---|---|---|
|
DPNEVN_BOARD_ERROR
|
|
|
|
DPNEVN_STARTPROTOCOL_DONE
|
|
|
|
DPNEVN_STOPPROTOCOL_DONE
|
|
|
| 1
dpnGetCallStatus may be invoked to get the called party and the calling party digits.
|
|
ID
|
Value field
|
Size field
|
|---|---|---|
|
DPNEVN_INCOMING_INFO
|
|
non zero if SISs received
|
(Page 1 of 1 in this chapter) Version