ReactOS Tutorials (Documentation)
User32 source tree
User32 user-mode library layout tree
User32.dll is a user mode DLL library that provides windowing manager APIs to the client. An example of a call brought by the said library is CreateWindowExW
which creates
a window with extended styles. The documented function calls in the User32.dll library rely on undocumented internal functions in Win32k, the kernel mode side of the Windows subsystem.
- d:
- nt
- windows (Windows Subsystem)
- core (Core Windows Kernel Subsystem)
- ntuser (Native USER Window Manager)
- client (USER user-mode library)
- acons.c
- btnctl.c
- callback.c
- classc.c
- cldib.c
- clenum.c
- clhook.c
- client.c
- clinit.c
- clmenu.c
- clmsg.c
- clrect.c
- clres.c
- cltxt.h
- combodir.c
- comboini.c
- connect.c
- csrstubs.c
- ddemlcli.c
- ddemlwp.c
- ddetrack.c
- dlgbegin.c
- dlgend.c
- dlgmgr.c
- dlgmgr2.c
- dlgmgrc.c
- dmmnem.c
- draw.c
- drawtext.c
- edecrare.c
- editec.c
- editml.c
- editsl.c
- edmlrare.c
- fareast.c
- fntsweep.c
- getsetc.c
- handles.c
- hdata.c
- help.c
- hsz.c
- imectl.c
- immhotky.c
- instance.c
- lb1.c
- lboxctl1.c
- lboxctl2.c
- lboxctl3.c
- lboxrare.c
- mdimenu.c
- mdiwin.c
- menuc.c
- menuddc.c
- mmcl.c
- mngrayc.c
- monitor.c
- msgbox.c
- ntcftxt.h
- ntstubs.c
- oemxlate.c
- queuec.c
- random.c
- reader.c
- register.c
- rtlinit.c
- rtlres.c
- sbapi.c
- statctl.c
- stdptcl.c
- strings.c
- usercli.h
- winable.c
- winmgrc.c
- wsprintf.c
- wstrings.c
- xact.c
- combo.c
- wow.c
- inc (Header Files)
- rtl (User32 Run-Time library)
- chartran.c
- draw.c
- drawtext.c
- menu.c
- mmrtl.c
- winmgr.c
- wow.c
- winevent.c
- rtl (Win32k Run-Time Library)