IRTCPresenceDevice::Status (Windows CE 5.0)

Send Feedback

This method gets the presence status of this device. The status is set using IRTCClientPresence::SetLocalPresenceInfo.

HRESULT get_Status(RTC_PRESENCE_STATUS* penStatus);

Parameters

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

Return Values

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

Value Meaning
E_POINTER The penStatus parameter is not a valid pointer.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.

See Also

IRTCPresenceDevice | IRTCClientPresence::SetLocalPresenceInfo | RTC_PRESENCE_STATUS | SysFreeString

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.