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

Method IsMonitoring

source/script2.cpp:14801–14807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14799
14800
14801BOOL MsgMonitorList::IsMonitoring(UINT aMsg, UCHAR aMsgType)
14802{
14803 for (int i = 0; i < mCount; ++i)
14804 if (mMonitor[i].msg == aMsg && mMonitor[i].msg_type == aMsgType)
14805 return TRUE;
14806 return FALSE;
14807}
14808
14809
14810BOOL MsgMonitorList::IsRunning(UINT aMsg, UCHAR aMsgType)

Callers 4

GuiWindowProcFunction · 0.45
EventMethod · 0.45
ControlWmNotifyMethod · 0.45
MsgSleepFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected