Use the following functions to access the event queue:
|
Function |
Synchronous/ |
Description |
|---|---|---|
|
Synchronous |
Enqueues an event to an event queue. | |
|
Synchronous |
Retrieves an event from the specified queue. | |
|
Synchronous |
Specifies the services from which an event queue receives events (local and remote servers only). | |
|
Synchronous |
Retrieves a list of services from which the application receives events (local and remote servers only). | |
|
Synchronous |
Allocates memory for data transport with ctaQueueEvent. | |
|
Synchronous |
Frees internally allocated buffers or buffers allocated with ctaAllocBuffer. |
Refer to Receiving events on event queues for more information.