C# Signature:

[DllImport("userenv.dll", SetLastError=true, CharSet=CharSet.Auto)]
static extern bool UnloadUserProfile(IntPtr hToken, IntPtr hProfile);

Última actualización