IOCTL_NFCSERM_SET_RADIO_STATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ni-nfcradiodev-ioctl_nfcserm_set_radio_state)

IOCTL_NFCSERM_SET_RADIO_STATE IOCTL

Description

This IOCTL is used by the SE radio management application or service to set the current radio power state of the proximity device.

Parameters

Major code

Input buffer

NFCRM_SET_RADIO_STATE structure

Input buffer length

sizeof(NFCRM_SET_RADIO_STATE)

Output buffer

None

Output buffer length

None

Input/output buffer

Input/output buffer length

Status block

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.