CALLERIDTYPE

4/8/2010

The CALLERIDTYPE enumeration specifies the caller ID type.

typedef enum {
  CALLERIDTYPE_UNAVAILABLE,
  CALLERIDTYPE_BLOCKED,
  CALLERIDTYPE_AVAILABLE
} CALLERIDTYPE;

Enumerators

  • CALLERIDTYPE_UNAVAILABLE
    The caller ID type is unavailable.
  • CALLERIDTYPE_BLOCKED
    The caller ID type is blocked.
  • CALLERIDTYPE_AVAILABLE
    The caller ID type is available.

Requirements

Header phone.h
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later

See Also

Reference

CALLLOGENTRY
Phone Enumerations