Share via


IRTCClient::EventFilter (Windows Embedded CE 6.0)

1/6/2010

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