Determines whether an attention event has occurred.
BOOL SRV_GOT_ATTENTION ( SRV_PROC * srvproc );
where
TRUE if an attention event is received; otherwise, FALSE.
Attention events are serviced as soon as they are detected. The handler for the attention event is called automatically when an attention event is detected.
When a client sends an attention event to an Open Data Services server application, an attention flag is set in the receiving SRV_PROC structure. This flag is normally set as a result of a client call to the DB-Library function dbcancel. The attention flag is cleared when srv_senddone is called.
This entry | For information about |
---|---|
srv_handle | Installing an event handler |