Skip to content

Latest commit

 

History

History
74 lines (55 loc) · 1.68 KB

nf-wdbgexts-writephysical.md

File metadata and controls

74 lines (55 loc) · 1.68 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:wdbgexts.WritePhysical
WritePhysical function (wdbgexts.h)
The WritePhysical function writes to physical memory.
debugger\writephysical.htm
debugger
05/03/2018
WritePhysical function
WdbgExts_Ref_4c6663a7-4fbf-4d4a-9c86-cfa51218a470.xml, WritePhysical, WritePhysical function [Windows Debugging], dbgeng/WritePhysical, debugger.writephysical
wdbgexts.h
Wdbgexts.h, Dbgeng.h
Desktop
Windows
WritePhysical
wdbgexts/WritePhysical
APIRef
kbSyntax
HeaderDef
dbgeng.h
WritePhysical

WritePhysical function

-description

The WritePhysical function writes to physical memory.

-parameters

-param address [in]

Specifies the physical address to write.

-param buf [in]

Specifies the address of an array of bytes to hold the data that is written.

-param size [in]

Specifies the number of bytes to write.

-param sizew [out, optional]

Receives the number of bytes actually written.

-remarks

For a WdbgExts extension, include wdbgexts.h. For a DbgEng extension, include wdbgexts.h before dbgeng.h. See Writing DbgEng Extension Code for details.