[DllImport("kernel32.dll", SetLastError=true)] static extern IntPtr LocalFree(IntPtr hMem);
Última actualización hace 1 año