[DllImport("kernel32.dll", SetLastError=true)] static extern bool CloseHandle(IntPtr hHandle);
<DllImport("kernel32.dll", SetLastError:=True)> _ Private Shared Function CloseHandle(ByVal hHandle As IntPtr) As Boolean End Function
Última actualización hace 1 año