AAFReport.Runner.CloseHandle C# (CSharp) Method

CloseHandle() private method

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