scriptDebugPosition 结构 (dbgmodel.h)

定义脚本中的位置。

语法

struct ScriptDebugPosition {
  ULONG Line;
  ULONG Column;
};

成员

Line

零值指示无法确定该行。

Column

零值表示无法确定列。

要求

要求
Header dbgmodel.h

另请参阅

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