public static bool DeleteContext(IntPtr hRC)
 {
     return(Delegates.DeleteContext(hRC) != 0);
 }