Reply To: IOCTL_NDISRD_SET_EVENT and Win32 events

Home Forums Discussions Support IOCTL_NDISRD_SET_EVENT and Win32 events Reply To: IOCTL_NDISRD_SET_EVENT and Win32 events

#5551
bk
Participant

    @SerpentFly wrote:

    In order to wait on this event you should first get event object with ObReferenceObjectByHandle call.

    You pointed the hard part. How to wait for an event in a driver model (i.e. with dispatch routines).