Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

The CALLERIDTYPEenumeration specifies the caller ID type.

Copy Code
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