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