次の方法で共有


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] 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

See Also

Reference

RIL Structures
RIL Radio Type Constants
RIL_EnumRadios