WritePhysical

This function writes to physical memory.

VOID WritePhysical(
  LARGE_INTEGER address,
  PVOID buf,
  ULONG size,
  PULONG sizew
);

Parameters

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

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.h.
Link Library: Developer defined.

See Also

Debugger Extension Functions

 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.