Converts the serial position to the logical coordinates. The serial position is the zero-based index of the character from the beginning of the entire text. You can use this inline function or explicitly send the EE_SERIAL_TO_LOGICAL message.
Editor_SerialToLogical( HWND hwnd, UINT nSerial, POINT_PTR* pptLogical );
hwnd
Specifies the window handle of the view or frame of EmEditor.
nSerial
Specifies a serial position to be converted.
pptLogical
Pointer to a POINT_PTR structure that will receive the converted logical coordinates.
Return the serial potion.
Send feedback on this topic to Emurasoft