// 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 referenceNo description available.
Transmits response APDU from DeviceHost NFCEE to remote device. The caller must be sure that response APDU is conformant to ISO-IEC 7816-4.
Pointer to buffer containing SECURE_ELEMENT_HCE_DATA_PACKET structure.
sizeof(SECURE_ELEMENT_HCE_DATA_PACKET)
None
None
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’. |