定義文本內的位置。
語法
struct ScriptDebugPosition {
ULONG Line;
ULONG Column;
};
成員
Line
零值表示無法判斷行。
Column
零值表示無法判斷數據行。
要求
| 要求 | 價值 |
|---|---|
| 標頭 | dbgmodel.h |
定義文本內的位置。
struct ScriptDebugPosition {
ULONG Line;
ULONG Column;
};
Line
零值表示無法判斷行。
Column
零值表示無法判斷數據行。
| 要求 | 價值 |
|---|---|
| 標頭 | dbgmodel.h |