Exemplo n.º 1
0
 private static bool CloseHandle(IntPtr handle)
 {
     return(OSDelegate.CloseHandle(handle));
 }