Reply To: IOCTL_NDISRD_READ_PACKET without packets

Home Forums Discussions Support IOCTL_NDISRD_READ_PACKET without packets Reply To: IOCTL_NDISRD_READ_PACKET without packets

#5561
Vadim Smirnov
Keymaster

    I have rechecked the code, and yes you are right. Internal request processing routine returnes STATUS_UNSUCCESFULL, but higher level dispatching routine returnes STATUS_INVALID_PARAMETER for any status different from STATUS_SUCCESS. So your code is pretty correct.