Editor_SerialToLogical

把序列位置轉換為邏輯坐標。序列位置是以零為初始值的整個文字起始處的字元的索引。 您能直接用該內嵌函式或明確地發送 EE_SERIAL_TO_LOGICAL 消息。

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

參數

hwnd

指定 EmEditor 視圖或框架的視窗控制代碼。

nSerial

指定一個要被轉換的序列位置。

pptLogical

指標至一個將接收轉換后的邏輯坐標的 POINT_PTR 結構

返回值

返回序列位置。