Skip to content

Latest commit

 

History

History
71 lines (54 loc) · 2.16 KB

nf-dbgmodel-idebughostmemory2-linearizelocation.md

File metadata and controls

71 lines (54 loc) · 2.16 KB
UID title description 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.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos tech.root ms.custom f1_keywords topic_type api_type api_location api_name
NF:dbgmodel.IDebugHostMemory2.LinearizeLocation
IDebugHostMemory2::LinearizeLocation (dbgmodel.h)
Takes a location which may represent something other than a virtual memory address and attempts to linearize the location into a virtual memory address within the given context.
09/28/2018
IDebugHostMemory2::LinearizeLocation
IDebugHostMemory2::LinearizeLocation, LinearizeLocation, IDebugHostMemory2.LinearizeLocation, IDebugHostMemory2::LinearizeLocation, IDebugHostMemory2.LinearizeLocation
dbgmodel.h
Windows
debugger
RS5
IDebugHostMemory2::LinearizeLocation
dbgmodel/IDebugHostMemory2::LinearizeLocation
apiref
COM
dbgmodel.h
IDebugHostMemory2::LinearizeLocation

IDebugHostMemory2::LinearizeLocation

-description

Takes a location which may represent something other than a virtual memory address and attempts to linearize the location into a virtual memory address within the given context. This operation may fail if the location cannot be represented by a virtual address (e.g.: it's a register).

-parameters

-param context

The host context in which the location is valid. This represents, for example, the address space in which the location exists.

-param location

The location to linearize into a virtual memory address.

-param pLinearizedLocation

A new location representing a virtual memory address will be returned here. If the location cannot be linearized into a virtual memory address (e.g.: the location represents an enregistered value), this method will fail.

-returns

This method returns HRESULT which indicates success or failure.

-remarks

-see-also

IDebugHostMemory2 interface