Quantcast
Channel: The Old New Thing
Viewing all articles
Browse latest Browse all 24428

re: How can I determine the underlying cause of a EXCEPTION_IN_PAGE_ERROR exception?

$
0
0

By the way, for the first parameter for which 8 means execution, there are named constants in WinNT.h.  It is a platform-specific value, so you should probably use them instead of the literal 8.

#define EXCEPTION_READ_FAULT 0          // exception caused by a read

#define EXCEPTION_WRITE_FAULT 1         // exception caused by a write

#define EXCEPTION_EXECUTE_FAULT 8       // exception caused by an instruction fetch


Viewing all articles
Browse latest Browse all 24428

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>