LINE_USSD
A LINE_DEVSPECIFIC message with dwMessageType set to LINE_USSD is sent to the application every time the application receives a notification response to an Unstructured Supplementary Service Data (USSD) command.
#define LINE_USSD
dwParam1 = LINE_USSD;
dwParam2;
dwParam3;
Parameters
- dwParam1
The type of the message, in this case LINE_USSD. - dwParam2
A USSD message identification that indicates which message to retrieve when calling lineGetUSSD. - dwParam3
The size in bytes of the incoming USSD message. A buffer of this amount should be allocated and passed into lineGetUSSD when retrieving the actual message.
Remarks
Not implemented for CDMA.
Requirements
Pocket PC: Pocket PC 2002 and later.
Smartphone: Smartphone 2002 and later.
OS Versions: Windows CE 3.0 and later.
Header: Extapi.h.
Library: Cellcore.lib.
See Also
Extended TAPI Messages | lineGetUSSD
Send Feedback on this topic to the authors