Previous PageTable Of ContentsHomeIndexNext Page

sr_getevtdatap( )

Description | Cautions | Example | See Also

Name:

void *sr_getevtdatap(ehandle)

Inputs:

unsigned long ehandle

· event handle returned by sr_waitevtEx( ), or zero if sr_waitevt( ) is used

Returns:

Address of variable data block

 

NULL if no variable data

Includes:

srllib.h

Type:

Event Data Retrieval function

Top Of PageDescription

The sr_getevtdatap( ) function returns the address of the variable data block associated with the current event. Use this data pointer and the event length sr_getevtlen( ) to extract the event data. The function returns a value of NULL if no additional data is associated with the current event.

NOTE:
Information about the data that can be returned by this function can be found in the appropriate technology-specific Programmer's Guide

Top Of PageCautions

For applications using sr_waitevt( ), pass a 0 parameter; for example:
sr_getevtdatap(
0).

Top Of PageExample

Top Of PageSee Also


Previous PageTable Of ContentsTop Of PageIndexNext Page

Click here to contact Dialogic Customer Engineering

Copyright 2001, Dialogic Corporation
All rights reserved
This page generated January, 2001