หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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 |