// nfpdev.h
// CTL_CODE(0x0051, 0x012, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_NFP_GET_NEXT_TRANSMITTED_MESSAGE 0x00510048
View the official Windows Driver Kit DDI referenceNo description available.
A client interested in receiving notifications that a message has been transmitted will send the IOCTL_NFP_GET_NEXT_TRANSMITTED_MESSAGE request to the proximity driver.
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 actions are required when using this IOCTL:
When this IOCTL is received in the driver:
Near field communication (NFC) overall design guide
Near field proximity design guide (Tap and Do, NFP provider model, driver requirements)