共用方式為


ScriptDebugPosition 結構 (dbgmodel.h)

定義文本內的位置。

語法

struct ScriptDebugPosition {
  ULONG Line;
  ULONG Column;
};

成員

Line

零值表示無法判斷行。

Column

零值表示無法判斷數據行。

規格需求

需求
標頭 dbgmodel.h

另請參閱

調試程序數據模型 C++ 概觀