Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Appendix / Chapter 4 Project: Hoglund Files: load.c /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + + load.c + + + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ //system includes-------------------------------------------------------------- #include <stdio.h> #include "WINDOWS.h" //local includes--------------------------------------------------------------- #include "dbgmsg.h" #include "printerr.c" //DDk (ntddk.h doesn't jive with WINDOWS.h)------------------------------------ //need 32-bit value, codes are in ntstatus.h typedef long NTSTATUS; #define NT_SUCCESS(Status) (((NTSTATUS)(Status)) >= 0)