Bnet.Patcher.Program.CloseHandle C# (CSharp) Method

CloseHandle() private method

private CloseHandle ( IntPtr hObject ) : bool
hObject System.IntPtr
return bool
        static extern bool CloseHandle(IntPtr hObject);