Is there a way to use C#/.NET to find previous BSOD codes (e.g. KERNEL_DATA_INPAGE_ERROR
) that have occurred in the past (even if only recent past).
I've only seen ways involving applications (for example: How do I analyse a BSOD and the error information it will provide me?), but would like to programmatically gather a list of Error Codes. I don't need any other data (memory dumps etc) but just something to identify the source or cause like the message that flashes before it auto reboots.
Here's the codes I'd like to find. http://msdn.microsoft.com/en-us/library/windows/hardware/hh994433%28v=vs.85%29.aspx