Search notes:

Windows: Native applications

The entry point for a native application is NtProcessStartup (rather than main or WinMain).
Most of the needed runtime environment for a native application is provided in ntdll.dll.
Native applications (also) have an .exe suffix.
An example of a native application is autochk.exe.

Index