Editor_SerialToLogical

把序列位置转换为逻辑坐标。序列位置是以零为初始值的整个文本起始处的字符的索引。 你能直接用该内联函数或明确地发送 EE_SERIAL_TO_LOGICAL 消息。

Editor_SerialToLogical( HWND hwnd, UINT nSerial, POINT_PTR* pptLogical );

参数

hwnd

指定 EmEditor 视图或框架的窗口句柄。

nSerial

指定一个要被转换的序列位置。

pptLogical

指针指向一个将接收转换后的逻辑坐标的 POINT_PTR 结构

返回值

返回序列位置。