Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |