MINIDUMP_READ_MEMORY_FAILURE_CALLBACK Structure

Debug Help Library

MINIDUMP_READ_MEMORY_FAILURE_CALLBACK Structure

Contains information about a failed memory read operation. This structure is used by the MiniDumpCallback function when the callback type is ReadMemoryFailureCallback.

typedef struct _MINIDUMP_READ_MEMORY_FAILURE_CALLBACK {
ULONG64 Offset;
ULONG Bytes;
HRESULT FailureStatus; } MINIDUMP_READ_MEMORY_FAILURE_CALLBACK,
*PMINIDUMP_READ_MEMORY_FAILURE_CALLBACK;

Members

Offset

The offset of the address for the failed memory read operation.

Bytes

The size of the failed memory read operation, in bytes.

FailureStatus

The resulting error code from the failed memory read operation.

Requirements

Redistributable

Requires DbgHelp.dll 6.5 or later.

Header

Declared in Dbghelp.h.

See Also

MINIDUMP_CALLBACK_INPUT
MiniDumpCallback


Send comments about this topic to Microsoft

Build date: 9/25/2007

© 2007 Microsoft Corporation. All rights reserved.