// nfcradiodev.h
typedef struct _NFCRM_RADIO_STATE {
BOOLEAN MediaRadioOn;
} NFCRM_RADIO_STATE, *PNFCRM_RADIO_STATE;
View the official Windows Driver Kit DDI referenceNo description available.
This structure is used to indicate the radio state.
MediaRadioOnThis is a boolean flag that indicates whether the media radio is on.