RILERRORCORRECTIONINFO (Compact 2013)
3/26/2014
This structure stores error correction settings.
Syntax
typedef struct rilerrorcorrectioninfo_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwOriginalRequest;
DWORD dwOriginalFallback;
DWORD dwAnswererFallback;
} RILERRORCORRECTIONINFO, *LPRILERRORCORRECTIONINFO;
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 RILERRORCORRECTIONINFO Parameter Constants.
- dwOriginalRequest
Supported originator request values. Must be one of the Error Correction Constants.
- dwOriginalFallback
Supported originator fallback values Error Correction Constants.
- dwAnswererFallback
Supported answerer fallback values Error Correction Constants.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
Error Correction Constants
RIL_GetErrorCorrection
RIL_SetErrorCorrection
RILERRORCORRECTIONINFO Parameter Constants