uaPLUS Reference
CloseHandle Method
See Also  Send Feedback
Advosol.uaPLUS Namespace > NativeMethods Class : CloseHandle Method

handle

Glossary Item Box

Syntax

Visual Basic (Declaration) 
<DllImportAttribute("kernel32.dll")>
<PreserveSigAttribute()>
Public Shared Function CloseHandle( _
   ByVal handle As IntPtr _
) As Boolean
C# 
[DllImportAttribute("kernel32.dll")]
[PreserveSigAttribute()]
public static bool CloseHandle( 
   IntPtr handle
)

Parameters

handle

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.