Share via


CALLER_ID_OPTIONS (Windows Embedded CE 6.0)

1/6/2010

This enumeration contains the caller ID options for the LINECALLPARAMSDEVSPECIFIC structure.

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

See Also

Reference

LINECALLPARAMSDEVSPECIFIC

Concepts

Telephony Service Provider Enumerations