Share via


IRTCBuddy::Status

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 current presence status of the buddy. This method retrieves the information set in the IRTCClientPresence::SetLocalPresenceInfo method.

Syntax

HRESULT get_Status(
  RTC_PRESENCE_STATUS* penStatus
);

Parameters

  • penStatus
    [out] Pointer to an RTC_PRESENCE_STATUS enumeration value identifying the presence status of the buddy.

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

IRTCBuddy
IRTCClientPresence::SetLocalPresenceInfo
RTC_PRESENCE_STATUS