Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DeleteProfile (0.16 sec)

  1. cluster/gce/windows/testonly/user-profile.psm1

    namespace $typename
    {
        public static class UserEnv
        {
            [DllImport("userenv.dll", CharSet = CharSet.Unicode, ExactSpelling = false, SetLastError = true)]
            public static extern bool DeleteProfile(string sidString, string profilePath, string computerName);
    
            [DllImport("kernel32.dll")]
            public static extern uint GetLastError();
        }
    
        public static class Profile
        {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 26 00:44:57 UTC 2019
    - 9.4K bytes
    - Viewed (0)
Back to top