DEBUG_REQUEST_READ_USER_MINIDUMP_STREAM

Hi all,

I have a minidump that contains multiple streams that have type set to CommentStreamA and I’m trying to read these streams in WinDbg plugin.

The only option how to do this is to get a IDebugAdvanced2 and use Request method with DEBUG_REQUEST_READ_USER_MINIDUMP_STREAM,
but this only returns only the first instance of a stream that has type CommentStreamA.

Any idea how to get all of them?

Thanks,
Richard