Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |