Share via


LINECALLPARAMSDEVSPECIFIC (Compact 2013)

3/26/2014

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

See Also

Reference

Telephony Service Provider Structures
CALLER_ID_OPTIONS