RILSUPSERVICEDATA (Compact 2013)
3/26/2014
This structure stores supplementary service data.
Syntax
typedef struct struct rilsupservicedata_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwStatus;
BYTE pbData[];
} RILSUPSERVICEDATA, *LPRILSUPSERVICEDATA;
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 RILSUPSERVICEDATA Parameter Constants.
- dwStatus
Additional status for the message.
- pbData
Message data.
Requirements
Header |
ril.h |