DkmGPUComputeKernel.Unload(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.
ComputeKernelExit is sent by the dispatcher when DkmGPUComputeKernel::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 compute kernel returned on exit.