123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- LIBRARY User32
- EXPORTS
- MessageBoxW
- MessageBoxA
- LoadCursorW
- LoadCursorA
- RegisterClassExW
- RegisterClassExA
- SetWindowLongPtrW
- SetWindowLongPtrA
- GetWindowLongPtrW
- GetWindowLongPtrA
- DefWindowProcW
- DefWindowProcA
- ValidateRect
- GetDC
- AdjustWindowRect
- CreateWindowA
- CreateWindowW
- CreateWindowExA
- CreateWindowExW
- PeekMessageA
- PeekMessageW
- TranslateMessage
- DispatchMessageA
- DispatchMessageW
- DestroyWindow
- ShowWindow
- ShowCursor
- GetClientRect
- WaitMessage
- ReleaseDC
- AdjustWindowRectEx
- CallWindowProcA
- CallWindowProcW
- ChangeDisplaySettingsExA
- ChangeDisplaySettingsExW
- ClientToScreen
- ClipCursor
- CloseClipboard
- CreateIconFromResource
- CreateIconIndirect
- DestroyIcon
- DialogBoxIndirectParamW
- DrawTextW
- EmptyClipboard
- EndDialog
- EnumDisplayDevicesW
- EnumDisplaySettingsW
- GetAsyncKeyState
- GetClassInfoW
- GetClipboardData
- GetClipboardSequenceNumber
- GetCursorPos
- GetDoubleClickTime
- GetFocus
- GetKeyState
- GetKeyboardLayout
- GetKeyboardState
- GetMenu
- GetMessageA
- GetPropA
- GetMessageW
- GetPropW
- GetRawInputData
- GetRawInputDeviceInfoA
- GetRawInputDeviceList
- GetUpdateRect
- GetWindowLongA
- GetWindowLongW
- GetWindowRect
- GetWindowTextLengthW
- GetWindowTextW
- IsClipboardFormatAvailable
- IsIconic
- IsRectEmpty
- LoadImageA
- LoadImageW
- MapVirtualKeyW
- OpenClipboard
- RegisterClassA
- RegisterClassW
- RegisterDeviceNotificationW
- RegisterRawInputDevices
- ScreenToClient
- SendMessageA
- SendMessageW
- SetClipboardData
- SetCursor
- SetCursorPos
- SetPropW
- SetWindowLongA
- SetWindowLongW
- SetWindowPos
- SetWindowRgn
- SetWindowTextW
- SystemParametersInfoA
- SystemParametersInfoW
- ToUnicode
- TrackMouseEvent
- UnregisterClassA
- UnregisterClassW
- UnregisterDeviceNotification
|