IMAGEHLP_CBA_READ_MEMORY structure
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
|
Redistributable | DbgHelp.dll 5.1 or later |
|---|---|
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012