ScriptDebugPosition structure (dbgmodel.h)

Defines a position within a script.

Syntax

struct ScriptDebugPosition {
  ULONG Line;
  ULONG Column;
};

Members

Line

A zero value indicates that the line cannot be determined.

Column

A zero value indicates that the column cannot be determined.

Requirements

Requirement Value
Header dbgmodel.h

See also

Debugger Data Model C++ Overview