zodiacon / windowskernelprogrammingbook2e

Samples for the book Windows Kernel Programming, 2nd edition
MIT License
293 stars 83 forks source link

fix: add default param values for CompleteRequest #15

Closed profnandaa closed 1 year ago

profnandaa commented 1 year ago

CompleteRequest(Irp) call on previous L80 will fail without the defaults.

zodiacon commented 1 year ago

This is not required - the defaults are set up in KDetector.h.

profnandaa commented 1 year ago

ooh, got it, thanks.