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.
A version of this page is also available for
4/8/2010

This enumeration contains the caller ID options for the LINECALLPARAMSDEVSPECIFICstructure.

Syntax

enum CALLER_ID_OPTIONS {
  CALLER_ID_DEFAULT,
  CALLER_ID_BLOCK,
  CALLER_ID_PRESENT,
};

Enumerators

CALLER_ID_DEFAULT

Accept the default behavior.

CALLER_ID_BLOCK

Block sending of caller-ID information, overriding the current default if necessary.

CALLER_ID_PRESENT

Send caller-ID information, overriding the current default if necessary.

Requirements

Header tsp.h
Windows Embedded CE Windows Embedded CE 6.0 and later
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also