Compartilhar via


ReadPhysical (Windows CE 5.0)

Send Feedback

This function reads from physical memory.

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 Values

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

Requirements

OS Versions: Windows CE 3.0 and later.
Header: WDbgExts_CE.h.
Link Library: Developer defined.

See Also

Debugger Extension Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.