Example #1
0
 public static extern bool TerminateJobObject(
     [In] SafeJobObjectHandle hJob,
     [In] int uExitCode);
Example #2
0
 public static extern unsafe bool SetInformationJobObject(
     [In] SafeJobObjectHandle hJob,
     [In] JOBOBJECTINFOCLASS jobObjectInformationClass,
     [In] void *lpJobObjectInformation,
     [In] int cbJobObjectInformationLength);