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_Status property returns the current presence status of the Buddy. This method retrieves the information set in the IRTCClientPresence::SetLocalPresenceInfo method.
HRESULT get_Status(RTC_PRESENCE_STATUS*penStatus);
Parameters
- penStatus
[out] Pointer to an RTC_PRESENCE_STATUS enumeration containing the current presence status of the Buddy.
Return Values
RTC methods may return an RTC_E_ constant.
Requirements
Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000, and Windows Me/98.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCBuddy is defined as fcb136c8-7b90-4e0c-befe-56edf0ba6f1c.