Beispiel #1
0
 public static IntPtr Destroy(IntPtr handle)
 {
     try{
         ProcessHolder.Destroy(handle.ToInt32());
         return(new IntPtr(TRUE));
     }catch (Exception) {
         //pass
     }
     return(new IntPtr(FALSE));
 }
Beispiel #2
0
 public static IntPtr DllDetachFunc_After_Hm866(IntPtr n)
 {
     ProcessHolder.Destroy();
     return(new IntPtr(0));
 }
Beispiel #3
0
 public static IntPtr Finish()
 {
     ProcessHolder.Destroy();
     return(new IntPtr(TRUE));
 }