RILCAPSDIAL (Compact 2013)
3/26/2014
This structure defines the dialing capability of the device.
Syntax
typedef struct rilcapsdial_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwCallTypes;
DWORD dwOptions;
} RILCAPSDIAL, *LPRILCAPSDIAL;
Members
- cbSize
Size of the structure, in bytes.
- dwParams
Indicates which members of the structure contain valid data. Must be one or a combination of the RILCAPSDIAL Parameter Constants.
- dwCallTypes
The types of calls supported by the device. Must be one of the Caps Call Type Constants.
- dwOptions
The dialing options supported by the device. Must be one of the Dialing Option Constants.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
RILCAPSDIAL Parameter Constants
Caps Call Type Constants
Dialing Option Constants