User32

E724267

User32 is a core Windows API library that manages user interface components such as windows, menus, and input handling.

All labels observed (6)

Label Occurrences
CallNextHookEx 1
GetCursorPos 1
SetWindowPos 1

How this entity was disambiguated

Statements (67)

Predicate Object
instanceOf Windows API library
dynamic-link library
system component
dependencyOf many higher-level UI frameworks on Windows
developedBy Microsoft
exportsFunction CallNextHookEx
linked to: User32

ClipCursor
CloseClipboard
CreateWindowEx
DefWindowProc
DestroyWindow
DispatchMessage
EnableWindow
GetAsyncKeyState
GetClipboardData
GetCursorPos
linked to: User32

GetKeyState
GetMessage
GetSystemMetrics
GetWindowLongPtr
IsWindow
KillTimer
LoadCursor
LoadIcon
MessageBox
MoveWindow
OpenClipboard
PeekMessage
PostMessage
RegisterClassEx
RegisterHotKey
SendMessage
SetClipboardData
SetCursor
SetTimer
SetWindowLongPtr
SetWindowPos
linked to: User32

SetWindowsHookEx
ShowWindow
TrackPopupMenu
UnhookWindowsHookEx
UnregisterHotKey
linked to: User32

UpdateWindow
fullName USER32.DLL
linked to: User32
layer user mode
operatingSystem Microsoft Windows
linked to: Windows
partOf Win32 API
Windows user subsystem
providesFunctionality clipboard management
cursor management
dialog box management
hook procedures
hotkey management
icon management
input handling
keyboard input handling
menu management
message handling
mouse input handling
raw input processing
system metrics retrieval
timer management
user interface management
window class registration
window management
usedBy Win32 GUI applications
native Windows desktop applications

How these facts were elicited

Referenced by (6)

Full triples — surface form annotated when it differs from this entity's canonical label.

Gdi32 interactsWith User32
User32 fullName USER32.DLL
linked to: User32
User32 exportsFunction GetCursorPos
linked to: User32
User32 exportsFunction SetWindowPos
linked to: User32
User32 exportsFunction CallNextHookEx
linked to: User32
User32 exportsFunction UnregisterHotKey
linked to: User32