P
Pavel A.
Why COpen::NdisRequest method returns failure (pbResult = FALSE) if the driver returns data of zero
length and STATUS_SUCCESS?
It is absolutely legal to return zero length. For example, multicast list can be empty, then
MiniportQueryInfo returns success and zero length buffer.
But most of ndistest scripts check this boolean result and fail with message "failed to query OID"
even though request succeeded.
Regards,
- PA
length and STATUS_SUCCESS?
It is absolutely legal to return zero length. For example, multicast list can be empty, then
MiniportQueryInfo returns success and zero length buffer.
But most of ndistest scripts check this boolean result and fail with message "failed to query OID"
even though request succeeded.
Regards,
- PA