// d4drvif.h
// CTL_CODE(0x003a, 0x804, METHOD_IN_DIRECT, FILE_ANY_ACCESS)
#define IOCTL_DOT4_WRITE 0x003A2011
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes IOCTL_DOT4_WRITE.
Irp->IoStatus.Status is set to STATUS_SUCCESS if the request is successful. Otherwise, Status to the appropriate error condition as a NTSTATUS code.
Creating IOCTL Requests in Drivers
WdfIoTargetSendInternalIoctlOthersSynchronously
WdfIoTargetSendInternalIoctlSynchronously
WdfIoTargetSendIoctlSynchronously