Platform SDK: Debugging and Error Handling

IMAGEHLP_CBA_READ_MEMORY

The 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
Specifies the address to be read.
buf
Pointer to a buffer that receives the memory read.
bytes
Specifies the number of bytes to read.
bytesread
Pointer to a variable that receives the number of bytes read.

Requirements

  Windows NT/2000: Requires Windows 2000. Available as a redistributable for Windows NT 4.0.
  Windows 95/98: Requires Available as a redistributable for Windows 98.
  Header: Declared in Dbghelp.h.

See Also

Debug Help Library Overview, DbgHelp Structures, SymbolRegisteredCallback