MBN_RADIO enumeration (mbnapi.h)
Important
Starting in Windows 10, version 1803, the Win32 APIs described in this section are replaced by the Windows Runtime APIs in the Windows.Networking.Connectivity namespace.
The MBN_RADIO enumerated type indicates whether the device radio is on or off.
Syntax
typedef enum MBN_RADIO {
MBN_RADIO_OFF = 0,
MBN_RADIO_ON
} ;
Constants
MBN_RADIO_OFF Value: 0 The device radio is off. |
MBN_RADIO_ON The device radio is on. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | None supported |
Header | mbnapi.h |