DeleteProfile
[DllImport("userenv.dll", CharSet = CharSet.Unicode, SetLastError = true)]
public static extern bool DeleteProfile(
IntPtr lpSidString,
IntPtr lpProfilePath,
IntPtr lpComputerName
);
Microsoft documentation: Link
Last updated
[DllImport("userenv.dll", CharSet = CharSet.Unicode, SetLastError = true)]
public static extern bool DeleteProfile(
IntPtr lpSidString,
IntPtr lpProfilePath,
IntPtr lpComputerName
);
Microsoft documentation: Link
Last updated