XPS Unified Programmer’s Manual
7.2.1.21 EventExtendedAllGet
Name
EventExtendedAllGet – Gets all “event and action” identifiers in progress.
Input tests
- Refer to section 7.1: “Input Tests Common to all XPS Functions”.
- Checks Event ID: (-83).
Description
Gets the list of all “event and action” combination identifiers from the event scheduler
(filled by the ExtendedEventStart or ExtendedEventWait functions).
The list separator is a comma. If no “event and action” combination is in progress (in
the event scheduler) then the error (-83) is returned.
Prototype
int EventExtendedAllGet(
int SocketID,
int EventID,
char * EventIdentifiersList
)
Input parameters
SocketID int Socket identifier gets by the
“TCP_ConnectToServer” function.
EventID int “Event and action” identifier from
“ExtendedEventStart”.
Output parameters
EventIdentifiersList char * List of “event and action” identifiers in
scheduler.
Return (In addition to the results of “Input Tests Common to all XPS
Functions”)
• 0: No error.
• -83: Event ID not defined.
63 EDH0373En1023 — 01/18