Share via


IRTCPresenceDevice::Status (Windows Embedded CE 6.0)

1/6/2010

Note

This method is unsupported in Windows Embedded CE 6.0.

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

Syntax

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 Value

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

Header rtccore.h, rtccore.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IRTCPresenceDevice
IRTCClientPresence::SetLocalPresenceInfo
RTC_PRESENCE_STATUS

Other Resources

SysFreeString