Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
获取刚刚由 GetNotification() 读取的事件通知的参数。
public virtual const ul_wchar * GetNotificationParameter( const ul_wchar * queueName, const ul_wchar * parameterName )
queueName 与 GetNotification() 调用相匹配的队列名称。
parameterName 要读取的参数的名称(或 "*")。
参数值,或在出错时为 NULL。
只有给定队列中来自最近读取的通知的参数可用。参数将按名称进行检索。使用参数名称 "*" 可检索整个参数字符串。