Cant run minifilters

Hello. In the last few days I tried to run multiple minifilters on my computer, I used the minifilters from the Windows-driver-samples. I tried all of them but none of them worked. I get various of errors like:

“Error reason could not be translated reason 57”
“The specified procedure could not be found”

My test computer is Win-7 32bit on VMware.
So, my question is how can i fix those issues? is there any other place where i can run minifilters onto my computer like the Windows-driver-samples?

Thanks!

How are you building the driver? The error below could indicate that
there is an API being used in the driver not available on the test
system.

Pete


Kernel Drivers
Windows File System and Device Driver Consulting
www.KernelDrivers.com
866.263.9295

------ Original Message ------
From: xxxxx@gmail.com
To: “Windows File Systems Devs Interest List”
Sent: 5/23/2017 7:16:34 AM
Subject: [ntfsd] Cant run minifilters

>Hello. In the last few days I tried to run multiple minifilters on my
>computer, I used the minifilters from the Windows-driver-samples. I
>tried all of them but none of them worked. I get various of errors
>like:
>
>“Error reason could not be translated reason 57”
>“The specified procedure could not be found”
>
>My test computer is Win-7 32bit on VMware.
>So, my question is how can i fix those issues? is there any other place
>where i can run minifilters onto my computer like the
>Windows-driver-samples?
>
>Thanks!
>
>—
>NTFSD is sponsored by OSR
>
>
>MONTHLY seminars on crash dump analysis, WDF, Windows internals and
>software drivers!
>Details at http:
>
>To unsubscribe, visit the List Server section of OSR Online at
>http:</http:></http:>

Thanks for the quick replay. I am using Visual Studio 2015 Professional.

It is quite probable you are building the filter for Windows 10. Check the “Target Platform” setting.