[DllImport("userenv.dll", SetLastError=true, CharSet=CharSet.Auto)] static extern bool UnloadUserProfile(IntPtr hToken, IntPtr hProfile);
Última actualización hace 1 año