XPS Unified Programmer’s Manual
7.2.1.22 EventExtendedConfigurationActionGet
Name
EventExtendedConfigurationActionGet – Gets the action combination defined in
buffer.
Input tests
- Refer to section 7.1: “Input Tests Common to all XPS Functions”.
- Checks last action configuration in memory: (-81)
Description
Returns the combination of action(s) defined by
“EventExtendedConfigurationActionSet” function.
If no action is configured in the buffer, (-81) error is returned.
NOTE
This function doesn’t return the last activated action. A combination of action(s)
can be defined in the buffer but not activated.
Prototype
int EventExtendedConfigurationActionGet(
int SocketID,
char * ActionConfiguration
)
Input parameters
SocketID int Socket identifier gets by the
“TCP_ConnectToServer” function.
EventID int “Event and action” identifier from
“ExtendedEventStart”.
Output parameters
ActionConfiguration char * Action combination configured in buffer.
Return (In addition to the results of “Input Tests Common to all XPS
Functions”)
• 0: No error.
• -81: Action not configured.
EDH0373En1023 — 01/18 64