ReadPhysical (Windows Embedded CE 6.0)

1/5/2010

This function reads from physical memory.

Syntax

VOID ReadPhysical(
  LARGE_INTEGER address,
  PVOID buf,
  ULONG size,
  PULONG sizer
);

Parameters

  • address
    [in] Physical memory address to read.
  • buf
    [in] Address of an array of bytes to store the data read.
  • size
    [in] Number of bytes to read.
  • sizer
    [in] Address of a variable that receives the actual number of bytes read.

Return Value

This function returns TRUE if the function call succeeds. Otherwise, the function returns FALSE.

Requirements

Header wdbgexts_ce.h
Library Developer Implemented
Windows Embedded CE Windows CE 3.0 and later

See Also

Concepts

Debugger Extension Functions