Add some WinUI work
This commit is contained in:
@@ -1,41 +1,51 @@
|
||||
SetWindowsHookEx
|
||||
GetModuleHandle
|
||||
CallNextHookEx
|
||||
GetPhysicalCursorPos
|
||||
FindWindowEx
|
||||
FindWindow
|
||||
GetWindowRect
|
||||
DestroyWindow
|
||||
DefWindowProcW
|
||||
CallNextHookEx
|
||||
CreateSolidBrush
|
||||
CreateWindowExW
|
||||
RegisterClassW
|
||||
GetSystemMetrics
|
||||
MonitorFromWindow
|
||||
RegisterWindowMessage
|
||||
GetDpiForWindow
|
||||
SetWindowPos
|
||||
SHCreateShellItemArrayFromDataObject
|
||||
Shell_NotifyIcon
|
||||
GetSystemMetricsForDpi
|
||||
GetSystemMetrics
|
||||
DWM_WINDOW_CORNER_PREFERENCE
|
||||
DefSubclassProc
|
||||
DefWindowProcW
|
||||
DeleteObject
|
||||
DestroyWindow
|
||||
DwmSetWindowAttribute
|
||||
FillRect
|
||||
FindWindow
|
||||
FindWindowEx
|
||||
GetClientRect
|
||||
GetCurrentProcess
|
||||
SetProcessInformation
|
||||
PROCESS_POWER_THROTTLING_STATE
|
||||
GetDpiForWindow
|
||||
GetPhysicalCursorPos
|
||||
GetSystemMetrics
|
||||
GetSystemMetricsForDpi
|
||||
GetWindowLong
|
||||
GetWindowRect
|
||||
MonitorFromWindow
|
||||
PROCESS_POWER_THROTTLING_CURRENT_VERSION
|
||||
PROCESS_POWER_THROTTLING_EXECUTION_SPEED
|
||||
SetPriorityClass
|
||||
WINDOW_STYLE
|
||||
DefSubclassProc
|
||||
SetLayeredWindowAttributes
|
||||
WM_ERASEBKGND
|
||||
SetWindowSubclass
|
||||
GetClientRect
|
||||
CreateSolidBrush
|
||||
DwmSetWindowAttribute
|
||||
DWM_WINDOW_CORNER_PREFERENCE
|
||||
FillRect
|
||||
SetLayeredWindowAttributes
|
||||
DeleteObject
|
||||
PROCESS_POWER_THROTTLING_STATE
|
||||
RegisterClassW
|
||||
RegisterWindowMessage
|
||||
RemoveWindowSubclass
|
||||
GetWindowLong
|
||||
SetWindowLong
|
||||
SHCreateShellItemArrayFromDataObject
|
||||
SetLayeredWindowAttributes
|
||||
SetPriorityClass
|
||||
SetProcessInformation
|
||||
SetWindowLong
|
||||
SetWindowPos
|
||||
SetWindowSubclass
|
||||
SetWindowsHookEx
|
||||
Shell_NotifyIcon
|
||||
WINDOW_STYLE
|
||||
WM_ERASEBKGND
|
||||
SetForegroundWindow
|
||||
ShowWindow
|
||||
GetCursorPos
|
||||
UnregisterClass
|
||||
CreateWindowEx
|
||||
RegisterClass
|
||||
DefWindowProc
|
||||
GetMessage
|
||||
TranslateMessage
|
||||
DispatchMessage
|
||||
PostQuitMessage
|
||||
DestroyWindow
|
||||
GetModuleHandle
|
||||
Reference in New Issue
Block a user