RILSUPSERVICEDATA
A version of this page is also available for
4/8/2010
This structure stores supplementary service data.
Syntax
typedef struct {
DWORD cbSize;
DWORD dwParams;
DWORD dwStatus;
BYTE pbData[];
} RILSUPSERVICEDATA;
Members
- cbSize
Structure size, in bytes.
- dwParams
Specifies valid parameters. Must be one or a combination of the RILSUPSERVICEDATA parameter constants.
- dwStatus
Specifies additional status for message.
- pbData
Message data.
Requirements
Header | ril.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |