ExitProcess PROC   (MS-Windows)

   Ends a process and all its threads.
   Invoking ExitProcess is the preferred method of ending a program.


ExitProcess PROTO,          ; exit program
    dwExitCode:DWORD        ; return code

Returns: (VOID)

Argument Win Type MASM Type Description
dwExitCode UINT DWORD  Exit code for all threads.

Converted from CHM to HTML with chm2web Pro 2.85 (unicode)