ExitProcess |
Previous Top Next |
ExitCode
|
[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. |
' Exit
the process and indicate success |
ExitProcess
0 |
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. |