DkmDeploymentCommand.OnProcessExit(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indication that the launched command has completed. After this is received, no further notifications will be sent.
Location constraint: API must be called from a Monitor component (component level < 100,000).
public:
void OnProcessExit(int ExitCode);
public:
void OnProcessExit(int ExitCode);
void OnProcessExit(int ExitCode);
public void OnProcessExit (int ExitCode);
member this.OnProcessExit : int -> unit
Public Sub OnProcessExit (ExitCode As Integer)
Parameters
- ExitCode
- Int32
[In] 32-bit value which the processed returned on exit. This is the same value that would be reported from the kernel32!GetExitCodeProcess.