Share via


CALLER_ID_OPTIONS

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

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

Smartphone Platforms: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: tsp.h
Library: cellcore.lib

See Also

LINECALLPARAMSDEVSPECIFIC

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.