Location::Location function (dbgmodel.h)

Copy constructs a location.

Default constructs an equivalent nullptr.

Syntax

void Location();

Return value

None

Remarks

Defines the location for an object. This particular variant of Location is the C-COM access struct. Note that a location only has meaning in conjunction with a host context. It is a location within a context. When performing an operation on the location (reading bytes, writing bytes, etc...), a valid host context must be supplied.

Returns

This function is a constructor and does not return value.

Requirements

Requirement Value
Header dbgmodel.h

See also

dbgmodel.h header