RILCOSTINFO (Compact 2013)
3/26/2014
This structure stores service cost information.
Syntax
typedef struct rilcostinfo_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwCCM;
DWORD dwACM;
DWORD dwMaxACM;
DWORD dwCostPerUnit;
WCHAR wszCurrency[MAXLENGTH_CURRENCY];
} RILCOSTINFO, *LPRILCOSTINFO;
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 RILCOSTINFO Parameter Constants.
- dwCCM
Current call meter.
- dwACM
Accumulated call meter.
- dwMaxACM
Maximum accumulated call meter.
- dwCostPerUnit
Cost per unit, in 16.16 fixed point.
- wszcurrency[MAXLENGTH_CURRENCY]
Current currency. For information on the MAXLENGTH_CURRENCY constant, see Maximum Lengths Constants.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
Maximum Lengths Constants
RILCOSTINFO Parameter Constants