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.
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 |