Share via


DkmThread.Unload(Int32) Method

Definition

ThreadExit is sent by the dispatcher when DkmThread::Unload is invoked by the monitor.

This method may only be called by the component which created the object.

public:
 void Unload(int ExitCode);
public:
 void Unload(int ExitCode);
void Unload(int ExitCode);
public void Unload (int ExitCode);
member this.Unload : int -> unit
Public Sub Unload (ExitCode As Integer)

Parameters

ExitCode
Int32

[In] 32-bit value that the process returned on exit. This is the same value that would be reported from the kernel32!GetExitCodeThread.

Applies to