API Result Constants (Windows Embedded CE 6.0)
1/6/2010
Function call results (RIL_NCLASS_FUNCRESULT).
Value | Description |
---|---|
RIL_RESULT_OK |
The RIL function call succeeded. The lpData notification parameter is NULL. |
RIL_RESULT_NOCARRIER |
The RIL function failed because no carrier was detected The lpData notification parameter is NULL. |
RIL_RESULT_ERROR |
The RIL function failed The lpData notification parameter points to an error constant. |
RIL_RESULT_NODIALTONE |
The RIL function failed because no dial tone was detected The lpData notification parameter is NULL. |
RIL_RESULT_BUSY |
The RIL function failed because the line was busy The lpData notification parameter is NULL. |
RIL_RESULT_NOANSWER |
The RIL function failed because of the lack of answer The lpData notification parameter is NULL. |
Requirements
Header | ril.h |
Windows Embedded CE | Windows Embedded CE 6.0 |