Indicate which NT status code returned by the Npcap driver turns into
ERROR_GEN_FAILURE, because Microsoft sure doesn't bother to do that
conveniently.
(cherry picked from commit
9397b6a37ca57c4e8d4bf984bf4a2edb6cfc5353)
if (errcode == ERROR_GEN_FAILURE) {
/*
+ * (This comes from STATUS_UNSUCCESSFUL,
+ * as well as some other NT status codes
+ * that the Npcap driver is unlikely
+ * to return.)
+ *
* The device on which we're capturing
* went away, or it became unusable
* by NPF due to a suspend/resume.