User32 API Reference

← Back to Docs

Functions

MessageBoxW

Creates, displays, and operates a message box.

CreateWindowExW

Creates an overlapped, pop-up, or child window with an extended window style.

DefWindowProcW

Default procedure for processing window messages.

GetMessageW

Retrieves a message from the calling thread's message queue.

SendMessageW

Sends the specified message to a window or windows.

SetWindowTextW

Changes the text of the specified window's title bar.

UpdateWindow

Updates the client area of the specified window by sending a WM_PAINT message.

Structures

Constants

Examples

Explore practical code samples that demonstrate common usage patterns: