NFCRM_RADIO_STATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// nfcradiodev.h

typedef struct _NFCRM_RADIO_STATE {
  BOOLEAN MediaRadioOn;
} NFCRM_RADIO_STATE, *PNFCRM_RADIO_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-nfcradiodev-_nfcrm_radio_state)

_NFCRM_RADIO_STATE structure

Description

This structure is used to indicate the radio state.

Members

MediaRadioOn

This is a boolean flag that indicates whether the media radio is on.