Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |