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