IRTCWatcher2::Scope (Windows Embedded CE 6.0)
1/6/2010
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 |