Hi all.
I want to send an internal control request to another driver synchronously
in a simple way (no input/output parameters, it’s basically just a
notification) and tried WdfIoTargetSendIoctlSynchronously.
The comments on WdfIoTargetFormatRequestForInternalIoctlOthers say
Use the WdfIoTargetFormatRequestForInternalIoctlOthers method, followed by
the WdfRequestSend method, to send non-standard internal device control
requests either synchronously or asynchronously. Alternatively, use the
WdfIoTargetSendIoctlSynchronously method to send non-standard internal
device control requests synchronously.
I tried using WdfIoTargetSendIoctlSynchronously, but it doesn’t work, as the
request is sent to the device control dispatcher, not to the internal device
control dispatcher.
Is this a bug in the documentation or am I missing something?
Have a nice day
GV