Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
触发用户定义的事件(并将通知发送到所有已注册的队列)。
public ul_u_long ULTriggerEvent( SQLCA * sqlca, char const * event_name, char const * parameters )
sqlca 用于 SQLCA 的指针。
event_name 要注册的系统事件或用户定义的事件。
parameters 创建参数;目前未使用,设置为 NULL。
已发送的事件通知的数目。
parameters 值会指定分号分隔的 "名称=值" 对选项列表。在读取通知后,参数值使用 GetNotificationParameter() 读取。