IMAGEHLP_CBA_READ_MEMORY Structure

Debug Help Library

IMAGEHLP_CBA_READ_MEMORY Structure

Contains information about a memory read operation.

typedef struct _IMAGEHLP_CBA_READ_MEMORY {
DWORD64 addr;
PVOID buf;
DWORD bytes;
DWORD* bytesread; } IMAGEHLP_CBA_READ_MEMORY,
*PIMAGEHLP_CBA_READ_MEMORY;

Members

addr

The address to be read.

buf

A pointer to a buffer that receives the memory read.

bytes

The number of bytes to read.

bytesread

A pointer to a variable that receives the number of bytes read.

Requirements

Redistributable

Requires DbgHelp.dll 5.1 or later.

Header

Declared in DbgHelp.h.

See Also

SymRegisterCallbackProc64


Send comments about this topic to Microsoft

Build date: 9/25/2007

© 2007 Microsoft Corporation. All rights reserved.