RADIOINFO (Compact 2013)
3/26/2014
This structure stores information about a specific radio.
Syntax
typedef struct radioinfo_tag {
DWORD cbSize;
DWORD dwRadioIndex;
DWORD dwRadioType;
TCHAR szRadioName[ MAX_PATH ];
} RADIOINFO, *LPRADIOINFO ;
Members
- [out] cbSize
Structure size, in bytes.
- [out] dwRadioIndex
The index of the radio.
- [out] dwRadioType
A RIL Radio Type Constants value indicating the type of the radio.
- [out] szRadioName [ MAX_PATH ]
The name of the radio as specified by the radio's OEM.
Remarks
This structure is read-only.
This structure is used by RIL_EnumRadios.
Requirements
Header |
ril.h |