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 ULDeclareEventW( SQLCA * sqlca, ul_wchar 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.
This method prototype is used internally when you refer to ULDeclareEvent and #define the UNICODE macro on Win32 platforms. Typically, you would not reference this method directly when creating an UltraLite application.