MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / DerefTimeout

Function DerefTimeout

source/script2.cpp:5379–5382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5377
5378
5379VOID CALLBACK DerefTimeout(HWND hWnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime)
5380{
5381 Line::FreeDerefBufIfLarge(); // It will also kill the timer, if appropriate.
5382}
5383
5384
5385

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected