IMAGEHLP_CBA_READ_MEMORY structure (dbghelp.h)
Contains information about a memory read operation.
Syntax
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
Requirement | Value |
---|---|
Header | dbghelp.h |
Redistributable | DbgHelp.dll 5.1 or later |