ExitProcess |
Previous Top Next |
[in] The error code to set. This information may be available to a parent process. |
Typically a value of 0 is used to indicate no error. |
As the process exits, the scripting system will receive its Function OnEndProcess callback. Also any DLLs loaded will run their termination code so they can properly clean up. |