Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
声明稍后可以进行注册和触发的事件。
public ul_bool ULDeclareEventW( SQLCA * sqlca, ul_wchar const * event_name )
sqlca 指向 SQLCA 的指针
event_name 用户定义的新事件的名称。
如果成功声明事件,则返回 true;如果名称已经使用或无效,则返回 false。
此方法原型当您在 Win32 平台上引用 ULDeclareEvent 和 #define the UNICODE 宏时内部使用。通常,您创建 UltraLite 应用程序时不会直接引用此方法。