Microsoft.Win32.SafeNativeMethods.CloseHandle C# (CSharp) Méthode

CloseHandle() private méthode

private CloseHandle ( HandleRef handle ) : bool
handle System.Runtime.InteropServices.HandleRef
Résultat bool
        public static extern bool CloseHandle(HandleRef handle);        

Same methods

SafeNativeMethods::CloseHandle ( IntPtr handle ) : bool