Posts by Bruno Reis • 1 point
1 post
-
0
votes1
answer30
viewsQ: ntddk. h and wdf.h... libraries can tell me their usefulness in this code?
#include <ntddk.h> #include <wdf.h> DRIVER_INITIALIZE DriverEntry; EVT_WDF_DRIVER_DEVICE_ADD KmdfHelloWorldEvtDeviceAdd; NTSTATUS DriverEntry(_In_ PDRIVER_OBJECT…