Share via


LINECALLPARAMSDEVSPECIFIC (Windows Embedded CE 6.0)

1/6/2010

This structure contains device specific parameters for the LINECALLPARAMS structure.

Syntax

typedef struct linecallparamsdevspecific_tag {
CALLER_ID_OPTIONS cidoOptions;
} LINECALLPARAMSDEVSPECIFIC, *LPLINECALLPARAMSDEVSPECIFIC;

Members

  • cidoOptions
    An enumeration object of type CALLER_ID_OPTIONS. If present, a value of LINECALLPARAMFLAGS_BLOCKID in the dwCallParamFlags member of the LINECALLPARAMS structure overrides cidoOptions. For possible values, see the documentation for the CALLER_ID_OPTIONS enumeration.

Remarks

This structure can be passed as data in the dwDevSpecificSize and dwDevSpecificOffset members of the LINECALLPARAMS structure according to the TAPI conventions for DWORD Size/Offset structure members.

Requirements

Header tsp.h
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

CALLER_ID_OPTIONS

Concepts

Telephony Service Provider Structures