mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +02:00
Couple little things here: * Makes `Microsoft.CmdPal.Common` a `Core` project * Moves the `CmdPal.Core` projects into a single `Core/` directory * Adds the `CoreLogger` which I had stashed in https://github.com/microsoft/PowerToys/compare/dev/migrie/40113/extension-hosts-try-2...dev/migrie/b/remove-core-managedcommon-dep a while back * De-duplicates a bunch of commands that were in both Apps and Common * moves all the commands into the toolkit, instead of in the Common project
23 lines
428 B
Plaintext
23 lines
428 B
Plaintext
GetPhysicallyInstalledSystemMemory
|
|
GlobalMemoryStatusEx
|
|
GetSystemInfo
|
|
CoCreateInstance
|
|
SetForegroundWindow
|
|
IsIconic
|
|
RegisterHotKey
|
|
SetWindowLongPtr
|
|
CallWindowProc
|
|
ShowWindow
|
|
SetForegroundWindow
|
|
SetFocus
|
|
SetActiveWindow
|
|
MonitorFromWindow
|
|
GetMonitorInfo
|
|
SHCreateStreamOnFileEx
|
|
CoAllowSetForegroundWindow
|
|
SHCreateStreamOnFileEx
|
|
SHLoadIndirectString
|
|
CoCancelCall
|
|
CoEnableCallCancellation
|
|
CoDisableCallCancellation
|
|
GetCurrentThreadId |