MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey-v1.0 / GetDetectHiddenWindows

Method GetDetectHiddenWindows

Source/script.cpp:10171–10178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10169}
10170
10171VarSizeType Script::GetDetectHiddenWindows(char *aBuf)
10172{
10173 if (!aBuf)
10174 return 3; // Room for either On or Off
10175 // For backward compatibility (due to StringCaseSense), never change the case used here:
10176 strcpy(aBuf, g.DetectHiddenWindows ? "On" : "Off");
10177 return 3;
10178}
10179
10180VarSizeType Script::GetDetectHiddenText(char *aBuf)
10181{

Callers 1

GetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected