EVT_getHeartBeatCallback

Returns the current user supplied event heartbeat callback function.

Declaration

void EVTAPI EVT_getHeartBeatCallback(
    _EVT_heartBeatCallback *callback,
    void **params)

Prototype In

event.h

Parameters

callback

Place to store the address of user supplied event heartbeat callback

params

Place to store the parameters to pass to the event heartbeat function

 

Description

This function retrieves the current event heatbeat function that gets called every time that EVT_getNext or EVT_peekNext is called.

See Also

EVT_getNext, EVT_peekNext, EVT_setHeartBeatCallback

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com