IRTCClient::EventFilter

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method sets or gets the current event filter that is used for all attached event sinks.

Syntax

HRESULT put_EventFilter(
  long lFilter
);
HRESULT get_EventFilter(
  long* plFilter
);

Parameters

  • lFilter, plFilter
    [in, out] RTCEF_ constant specifying the event filter.

Return Value

This method can return an RTC_E_ constant.

Requirements

Header rtccore.h, rtccore.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IRTCClient