MCPcopy Create free account
hub / github.com/T-Troll/alienfx-tools / BlinkNumLock

Function BlinkNumLock

Common/Common.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void BlinkNumLock(int howmany) {
60 CreateThread(NULL, 0, Blinker, (LPVOID)(ULONGLONG)howmany, 0, NULL);
61}
62
63bool WarningBox(HWND hDlg, const char* msg) {
64 return GetKeyState(VK_SHIFT) & 0xf0 || MessageBox(hDlg, msg, "Warning", MB_YESNO | MB_ICONWARNING) == IDYES;

Callers 1

PowerChangeNotifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected