RIL_SendSupServiceData (Compact 2013)
3/26/2014
This function sends unstructured supplementary services data (USSD).
Syntax
HRESULT RIL_SendSupServiceData(
HRIL hRil,
LPCWSTR pwszData
);
Parameters
- hRil
Handle to the RIL instance returned by the RIL_Initialize function.
- pwszData
The data to be sent.
Return Value
Positive HRESULT values indicate success and are used as command identifications for matching the asynchronous call result. Negative HRESULT values indicate an error. Errors are defined in the Ril.h file.
Remarks
The RIL proxy translates the RIL_SendSupServiceData function into IOCTL_RIL_SendSupServiceData when the RIL proxy calls RIL_IOControl.
Requirements
Header |
ril.h |
Library |
Ril.lib |