RILCALLERIDSETTINGS (Compact 2013)
3/26/2014
This structure stores caller ID settings.
Syntax
typedef struct rilcalleridsettings_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwStatus;
DWORD dwProvisioning;
} RILCALLERIDSETTINGS, *LPRILCALLERIDSETTINGS;
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 RILCALLERIDSETTINGS Parameter Constants.
- dwStatus
Activation status. Must be one of the Supplemental Activation Constants.
- dwProvisioning
Network provisioning status. Must be one of the Supplementary Service Provisioning Constants.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
RIL_GetCallerIdSettings
RILCALLERIDSETTINGS Parameter Constants
Supplemental Activation Constants
Supplementary Service Provisioning Constants