Share via


IRTCWatcher2::Scope

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

Note

This method is unsupported in Windows Embedded CE 6.0.

This method gets the scope of the ACE associated with the watcher.

Syntax

HRESULT get_Scope(
  RTC_ACE_SCOPE* penScope
);

Parameters

  • penScope
    [out] Pointer to an RTC_ACE_SCOPE enumeration value that specifies the scope of the ACE for this watcher.

Return Value

This method can return an RTC_E_ constant. The following table shows an additional possible return value.

Value Meaning

E_POINTER

The penScope parameter is not a valid pointer.

Requirements

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

See Also

Reference

IRTCWatcher2
RTC_ACE_SCOPE