// nfcradiodev.h
// CTL_CODE(0x0051, 0x064, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_NFCSERM_QUERY_RADIO_STATE 0x00510190
View the official Windows Driver Kit DDI referenceNo description available.
This IOCTL is used by the SE radio management application or service to query the current radio power state of the proximity device.
None
None
sizeof(NFCRM_RADIO_STATE)
Irp->IoStatus.Status is set to STATUS_SUCCESS if the request is successful. Possible error codes are:
| Return Code | Description |
|---|---|
| STATUS_INVALID_PARAMETER | This code is returned when the input buffer is non-zero. |