Guardian Procedure Calls Reference Manual

USEREVENT_GET_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Returned Value
Considerations
Summary
The USEREVENT_GET_ procedure is used by an application to get the current set of
application-defined user events in this process, as specified by USEREVENT_SET_.
USEREVENT_GET_ returns the current set of user events in the return value.
NOTE: The USEREVENT_GET_ procedure is supported on systems running H06.27 and later
H-series RVUs and J06.16 and later J-series RVUs.
Syntax for C Programmers
#include <cextdecs(USEREVENT_GET_)>
uint32 USEREVENT_GET_ ( void );
Syntax for TAL Programmers
eventMask := USEREVENT_GET_;
Returned Value
INT(32)
The current set of application-defined user events.
Considerations
For a general discussion about user events, see USEREVENT... Procedures (page 1464).
1468 Guardian Procedure Calls (T-V)