// nfpdev.h
// CTL_CODE(0x0051, 0x014, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_NFP_ENABLE 0x00510050
View the official Windows Driver Kit DDI referenceNo description available.
The client sends the IOCTL_NFP_ENABLE request to re-enable previously disabled subscriptions, publications, and presence events.
None
None
Irp->IoStatus.Status is set to STATUS_SUCCESS if the request is successful.
Otherwise, Status to the appropriate error condition as a NTSTATUS code.
For more information, see NTSTATUS Values.
The following are required actions when using this IOCTL:
Near field communication (NFC) overall design guide
Near field proximity design guide (Tap and Do, NFP provider model, driver requirements)