// nfcradiodev.h
// CTL_CODE(0x0051, 0x063, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_NFCSERM_SET_RADIO_STATE 0x0051018C
View the official Windows Driver Kit DDI referenceNo description available.
This IOCTL is used by the SE radio management application or service to set the current radio power state of the proximity device.
NFCRM_SET_RADIO_STATE structure
sizeof(NFCRM_SET_RADIO_STATE)
None
None
Irp->IoStatus.Status is set to STATUS_SUCCESS if the request is successful. Possible error codes are:
| Return Code | Description |
|---|---|
| STATUS_INVALID_DEVICE_STATE | This code is returned when the device is already in the proximity radio power state that is being set by the client. |
| STATUS_INVALID_PARAMETER | This code is returned when the output buffer is non-zero. |