RILDIALEDIDSETTINGS (Compact 2013)
3/26/2014
This structure stores dialed identification settings.
Syntax
typedef struct rildialedidsettings_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwStatus;
DWORD dwProvisioning;
} RILDIALEDIDSETTINGS, *LPRILDIALEDIDSETTINGS;
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 RILDIALEDIDSETTINGS 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_GetDialedIdSettings
RILDIALEDIDSETTINGS Parameter Constants
Supplemental Activation Constants
Supplementary Service Provisioning Constants