Share via


CALLERIDTYPE

Send Feedback

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

Pocket PC: Windows Mobile Version 5.0 and later
Smartphone: Windows Mobile Version 5.0 and later
OS Versions: Windows CE 5.01 and later.
Header: phone.h

See Also

CALLLOGENTRY | Phone Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.