LoadUserProfile
[DllImport("userenv.dll", CharSet = CharSet.Unicode, SetLastError = true)]
public static extern bool LoadUserProfile(
IntPtr hToken,
ref PROFILEINFO lpProfileInfo
);Last updated
[DllImport("userenv.dll", CharSet = CharSet.Unicode, SetLastError = true)]
public static extern bool LoadUserProfile(
IntPtr hToken,
ref PROFILEINFO lpProfileInfo
);Last updated