Click or drag to resize

ImpersonateCloseHandle Method

Namespace:  EDK4Net.IO
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
[DllImportAttribute("kernel32.dll", CharSet = CharSet.Auto)]
[BrowsableAttribute(false)]
public static bool CloseHandle(
	IntPtr handle
)

Parameters

handle
Type: SystemIntPtr

Return Value

Type: Boolean
See Also