Registering a Guard Page Exception Handler

EXCEPTIONREGISTRATIONRECORD Exception;
   :
   :
Exception.ExceptionHandler = (_ERR *)&GPHandler; /* Set entry point addr */

DosSetExceptionHandler(&Exception);              /* Register handler     */

This example shows the use of the DosSetExceptionHandler() function.


[Back: Guard Page Exception Handler]
[Next: Suballocating Memory]