MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / HL_Get_offset

Function HL_Get_offset

src/Edit.c:4135–4139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4133}
4134
4135void HL_Get_offset ( HWND hwnd, int *out )
4136{
4137 *out = SendMessage ( hwnd, SCI_GETCURRENTPOS, 0, 0 );
4138 HL_Adjust_offset ( out , FALSE );
4139}
4140
4141//=============================================================================
4142//

Callers

nothing calls this directly

Calls 1

HL_Adjust_offsetFunction · 0.85

Tested by

no test coverage detected