// d4drvif.h
// CTL_CODE(0x003a, 0x805, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_DOT4_ADD_ACTIVITY_BROADCAST 0x003A2014
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes IOCTL_DOT4_ADD_ACTIVITY_BROADCAST.
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