Instead of WinDbg, you can use the debugging API, which is implemented in dbghelp.dll. It is documented on MSDN . This reference documentation is pretty dry, but it should give you an idea of ββthe capabilities of the API. For example, it MiniDumpReadDumpStreamis a gateway for examining dump files.
source
share