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 structure contains device specific parameters for the LINECALLPARAMSstructure.

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 dwCallParamFlagsmember of the LINECALLPARAMS structure overrides cidoOptions.For possible values, see the documentation for the CALLER_ID_OPTIONSenumeration.

Remarks

This structure can be passed as data in the dwDevSpecificSizeand dwDevSpecificOffsetmembers of the LINECALLPARAMSstructure according to the TAPI conventions for DWORD Size/Offset structure members.

Requirements

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

See Also