Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Declares an event which can then be registered for and triggered.
public ul_bool ULDeclareEvent(SQLCA * sqlca, char const * event_name)
sqlca A pointer to the SQLCA
event_name The name for the new user-defined event.
True if the event was declared successfully, false if the name is already used or not valid.