MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / exec

Method exec

source/src/scriptinterpreter.cpp:1789–1792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1787
1788 AdjustTokenPrivileges(hToken, FALSE, &tkp, 0, (PTOKEN_PRIVILEGES)NULL, 0);
1789 CloseHandle(hToken);
1790 if (GetLastError() != ERROR_SUCCESS) return false;
1791 }
1792
1793 switch (op)
1794 {
1795 case lock: result = LockWorkStation(); break;

Callers

nothing calls this directly

Calls 1

cpuClockMethod · 0.80

Tested by

no test coverage detected