LINECALLPARAMSDEVSPECIFIC
A version of this page is also available for
4/8/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 |
Windows Mobile | Pocket PC 2002 and later, Smartphone 2002 and later |