Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
获取刚刚由 GetNotification() 读取的事件通知的参数。
public ul_bool ULGetNotificationParameterW( SQLCA * sqlca, ul_wchar const * queue_name, ul_wchar const * parameter_name, ul_wchar * value_buf, ul_length value_buf_len )
sqlca 指向 SQLCA 的指针。
queue_name 要读取的队列;对于缺省连接队列为 NULL。
parameter_name 要读取的参数的名称(或 "*")。
value_buf 用于保存参数值的缓冲区。
value_buf_len 缓冲区大小(以 ul_wchars 为单位)。
True(成功时)或 false(失败时)。
此方法原型当您在 Win32 平台上引用 ULGetNotificationParameter 和 #define the UNICODE 宏时内部使用。通常,您创建 UltraLite 应用程序时不会直接引用此方法。
只有给定队列中来自最近读取的通知的参数可用。参数将按名称进行检索。使用参数名称 "*" 可检索整个参数字符串。