// nfpdev.h
// CTL_CODE(0x0051, 0x020, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_NFP_GET_MAX_MESSAGE_BYTES 0x00510080
View the official Windows Driver Kit DDI referenceNo description available.
A client sends the IOCTL_NFP_GET_MAX_MESSAGE_BYTES request to any generic handle, one that is non-published and non-subscribed, to the provider device to determine the maximum message size supported.
None
One INT32 value that defines the maximum message size supported by the provide.
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.
Near field communication (NFC) overall design guide
Near field proximity design guide (Tap and Do, NFP provider model, driver requirements)