Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
Function call results (RIL_NCLASS_FUNCRESULT).
Value | Description |
---|---|
RIL_RESULT_OK |
The RIL function call succeeded. The lpDatanotification parameter is NULL. |
RIL_RESULT_NOCARRIER |
The RIL function failed because no carrier was detected The lpDatanotification parameter is NULL. |
RIL_RESULT_ERROR |
The RIL function failed The lpDatanotification parameter points to an error constant. |
RIL_RESULT_NODIALTONE |
The RIL function failed because no dial tone was detected The lpDatanotification parameter is NULL. |
RIL_RESULT_BUSY |
The RIL function failed because the line was busy The lpDatanotification parameter is NULL. |
RIL_RESULT_NOANSWER |
The RIL function failed because of the lack of answer The lpDatanotification parameter is NULL. |
Requirements
Header | ril.h |
Windows Embedded CE | Windows Embedded CE 6.0 |