IOCTL_NFP_GET_MAX_MESSAGE_BYTES - NtDoc

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

NtDoc

No description available.

Windows Driver Kit DDI reference (ni-nfpdev-ioctl_nfp_get_max_message_bytes)

IOCTL_NFP_GET_MAX_MESSAGE_BYTES IOCTL

Description

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.

Parameters

Major code

Input buffer

None

Input buffer length

Output buffer

One INT32 value that defines the maximum message size supported by the provide.

Output buffer length

Input/output buffer

Input/output buffer length

Status block

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.

Remarks

See also

Near field communication (NFC) overall design guide

Near field proximity design guide (Tap and Do, NFP provider model, driver requirements)