LINECALLPARAMSDEVSPECIFIC
This structure contains device specific parameters for the LINECALLPARAMS structure.
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
Smartphone Platforms: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: tsp.h
Library: cellcore.lib
See Also
Last updated on Friday, April 22, 2005
© 2005 Microsoft Corporation. All rights reserved.
Send feedback on this topic to the authors.