Share via


SecurityWin32Util.CloseHandle Method

The Win32 CloseHandleDllImport method. For more information, see StreamingContext Structure and Using the DllImport Attribute.

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster.Security
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

'Declaration
Public Shared Function CloseHandle ( _
    handle As IntPtr _
) As Boolean
'Usage
Dim handle As IntPtr
Dim returnValue As Boolean

returnValue = SecurityWin32Util.CloseHandle(handle)
public static bool CloseHandle(
    IntPtr handle
)

Parameters

Return Value

Type: System.Boolean

See Also

Reference

SecurityWin32Util Class

SecurityWin32Util Members

Microsoft.Office.Excel.Server.Addins.ComputeCluster.Security Namespace