LhUninstallHook() private method

private LhUninstallHook ( IntPtr RefHandle ) : Int32
RefHandle System.IntPtr
return System.Int32
Beispiel #1
0
 public static void LhUninstallHook(IntPtr RefHandle)
 {
     if (Is64Bit)
     {
         Force(NativeAPI_x64.LhUninstallHook(RefHandle));
     }
     else
     {
         Force(NativeAPI_x86.LhUninstallHook(RefHandle));
     }
 }