共用方式為


IEventControl::SetPublisherFilter 方法 (eventsys.h)

將發行者篩選指派給事件方法。

語法

HRESULT SetPublisherFilter(
  [in] BSTR             methodName,
  [in] IPublisherFilter *pPublisherFilter
);

參數

[in] methodName

與要指派之發行者篩選相關聯的事件方法名稱。

[in] pPublisherFilter

與指定方法相關聯的發行者篩選上 IPublisherFilter 介面的指標。

傳回值

如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

備註

事件發行者可以在運行時間安裝發行者篩選條件,只對符合篩選中指定的準則的訂閱者引發事件。

規格需求

需求
最低支援的用戶端 Windows 2000 專業版 [僅限傳統型應用程式]
最低支援的伺服器 Windows 2000 Server [僅限傳統型應用程式]
目標平台 Windows
標頭 eventsys.h

另請參閱

IEventControl