Share via


CALLERIDTYPE

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

Smartphone Platforms: Smartphone 2002 and later
OS Versions:
Header: phone.h
Library: phone.lib

See Also

CALLLOGENTRY

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.