IOCTL_NFCSE_HCE_REMOTE_SEND - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// nfcsedev.h

// CTL_CODE(0x0022, 0x251, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_NFCSE_HCE_REMOTE_SEND 0x00220944
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ni-nfcsedev-ioctl_nfcse_hce_remote_send)

IOCTL_NFCSE_HCE_REMOTE_SEND IOCTL

Description

Transmits response APDU from DeviceHost NFCEE to remote device. The caller must be sure that response APDU is conformant to ISO-IEC 7816-4.

Parameters

Major code

Input buffer

Pointer to buffer containing SECURE_ELEMENT_HCE_DATA_PACKET structure.

Input buffer length

sizeof(SECURE_ELEMENT_HCE_DATA_PACKET)

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_PARAMETER This code is returned if the input connection ID does not match the current connection ID.
STATUS_INVALID_DEVICE_STATE This code is returned if the IOCTL is sent on a handle other than with relative name ‘SEManage’.