ScriptDebugPosition 结构 (dbgmodel.h)

定义脚本中的位置。

语法

struct ScriptDebugPosition {
  ULONG Line;
  ULONG Column;
};

成员

Line

零值表示无法确定行。

Column

零值指示无法确定列。

要求

要求 价值
标头 dbgmodel.h

另请参阅

调试器数据模型C++概述