Search notes:

kernel32.dll

The Windows NT BASE API Client DLL.
All processes are guaranteed to have kernel32.dll loaded. This is important because it provides the two functions LoadLibrary() (LoadLibraryA?) which allows the process to load further dlls and GetProcAddress() with which function pointers (addresses) within newly loaded DLLs can be located.

See also

KernelBase.dll implements some functionality that was previously found in kernel32.dll. kernel32.dll or its import table will to the forwarding of the call.
GetUserDefaultLanguageID(): languages
The attribute kernel32 in the Python library ctypes.windll

Index