RTC_PHONE_DEVICE

This enumeration defines possible phone device types.

typedef enum RTC_PHONE_DEVICE { 
  RTCPD_HOME, 
  RTCPD_OFFICE, 
  RTCPD_MOBILE 
} RTC_PHONE_DEVICE;

Elements

  • RTCPD_HOME
    The phone device is located in the home.
  • RTCPD_OFFICE
    The phone device is located in the office.
  • RTCPD_MOBILE
    The phone device is mobile.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.

See Also

RTC Client Enumerations

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.