Edit

Share via


IDebugHostMemory4::IsPhysicalAddressLocation method (dbgmodel.h)

The IsPhysicalAddressLocation method is used to determine whether a given ___location represents a physical address or not.

Syntax

bool IsPhysicalAddressLocation(
  Location *pLocation
);

Parameters

pLocation

A pointer to the ___location structure which needs to be checked.

Return value

The function returns a boolean value. If the passed ___location structure represents a physical address, it returns true. Otherwise, it returns false.

Requirements

Requirement Value
Header dbgmodel.h

See also

IDebugHostMemory4 interface