Hello,
I'm trying to use the functions of fltkernel.h but this error occurring when I try to start the driver "StartService FAILED 127: The specified procedure could not be found". I added headers "fltkernel.h" and "fltmgr.lib" and the visual studio compiles the driver normally but the error always happens. Actually this error happens whenever I try to use a function that is not in ntoskrnl lib, but I do not know what I should configure the compiler to resolve the problem. anyone have any tips?
I'm trying to use the functions of fltkernel.h but this error occurring when I try to start the driver "StartService FAILED 127: The specified procedure could not be found". I added headers "fltkernel.h" and "fltmgr.lib" and the visual studio compiles the driver normally but the error always happens. Actually this error happens whenever I try to use a function that is not in ntoskrnl lib, but I do not know what I should configure the compiler to resolve the problem. anyone have any tips?