Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The get_Scope method gets the scope of the ACE associated with the watcher.
HRESULT get_Scope(RTC_ACE_SCOPE*penScope);
Parameters
- penScope
[out] Pointer to an RTC_ACE_SCOPE enumeration indicating the scope of the ACE for this watcher object.
Return Values
RTC methods may return an RTC_E_ constant.
Value | Meaning |
---|---|
E_POINTER | The penScope parameter is not a valid pointer. |
Requirements
Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCBWatcher2 is defined as D4D9967F-D011-4b1d-91E3-ABA78F96393D.