Skip to content

Latest commit

 

History

History
98 lines (74 loc) · 3.03 KB

nf-dbgeng-idebugdataspaces4-readphysical.md

File metadata and controls

98 lines (74 loc) · 3.03 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:dbgeng.IDebugDataSpaces4.ReadPhysical
IDebugDataSpaces4::ReadPhysical (dbgeng.h)
The ReadPhysical method reads the target's memory from the specified physical address. This method belongs to the IDebugDataSpaces4 interface.
debugger\readphysical3.htm
debugger
05/03/2018
IDebugDataSpaces4::ReadPhysical
IDebugDataSpaces interface [Windows Debugging],ReadPhysical method, IDebugDataSpaces2 interface [Windows Debugging],ReadPhysical method, IDebugDataSpaces2::ReadPhysical, IDebugDataSpaces3 interface [Windows Debugging],ReadPhysical method, IDebugDataSpaces3::ReadPhysical, IDebugDataSpaces4 interface [Windows Debugging],ReadPhysical method, IDebugDataSpaces4.ReadPhysical, IDebugDataSpaces4::ReadPhysical, IDebugDataSpaces::ReadPhysical, IDebugDataSpaces_5be1f680-1177-4cdf-a4d8-5868644a51af.xml, ReadPhysical, ReadPhysical method [Windows Debugging], ReadPhysical method [Windows Debugging],IDebugDataSpaces interface, ReadPhysical method [Windows Debugging],IDebugDataSpaces2 interface, ReadPhysical method [Windows Debugging],IDebugDataSpaces3 interface, ReadPhysical method [Windows Debugging],IDebugDataSpaces4 interface, dbgeng/IDebugDataSpaces2::ReadPhysical, dbgeng/IDebugDataSpaces3::ReadPhysical, dbgeng/IDebugDataSpaces4::ReadPhysical, dbgeng/IDebugDataSpaces::ReadPhysical, debugger.readphysical3
dbgeng.h
Dbgeng.h
Desktop
Windows
IDebugDataSpaces4::ReadPhysical
dbgeng/IDebugDataSpaces4::ReadPhysical
APIRef
kbSyntax
COM
dbgeng.h
IDebugDataSpaces4::ReadPhysical

IDebugDataSpaces4::ReadPhysical

-description

The ReadPhysical method reads the target's memory from the specified physical address.

-parameters

-param Offset [in]

Specifies the physical address of the memory to read.

-param Buffer [out]

Receives the memory that is read.

-param BufferSize [in]

Specifies the size in bytes of the buffer Buffer. This is the maximum number of bytes that will be read.

-param BytesRead [out, optional]

Receives the number of bytes read from the target's memory. If BytesRead is NULL, this information is not returned.

-returns

Return code Description
S_OK
The method was successful.
 

This method can also return error values. See Return Values for more details.

-remarks

This method is only available in kernel-mode debugging.