Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reads a stream from a user-mode minidump file.
BOOL MiniDumpReadDumpStream(
[in] PVOID BaseOfDump,
[in] ULONG StreamNumber,
[out] PMINIDUMP_DIRECTORY *Dir,
[out] PVOID *StreamPointer,
[out] ULONG *StreamSize
);
[in] BaseOfDump
A pointer to the base of the mapped minidump file. The file should have been mapped into memory using the MapViewOfFile function.
[in] StreamNumber
The type of data to be read from the minidump file. This member can be one of the values in the MINIDUMP_STREAM_TYPE enumeration.
[out] Dir
A pointer to a MINIDUMP_DIRECTORY structure.
[out] StreamPointer
A pointer to the beginning of the minidump stream. The format of this stream depends on the value of StreamNumber. For more information, see MINIDUMP_STREAM_TYPE.
[out] StreamSize
The size of the stream pointed to by StreamPointer, in bytes.
If the function succeeds, the return value is TRUE; otherwise, the return value is FALSE.
In this context, a data stream is a block of data written to a minidump file.
Requirement | Value |
---|---|
Target Platform | Windows |
Header | minidumpapiset.h (include Dbghelp.h) |
Library | Dbghelp.lib |
DLL | Dbghelp.dll; Dbgcore.dll |
Redistributable | DbgHelp.dll and Dbgcore.dll |
Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!