Home
last modified time | relevance | path

Searched refs:LoadUserProfile (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Duserenv.h68 #define LoadUserProfile __AW(LoadUserProfile) macro
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Duserenv.h68 #define LoadUserProfile __AW(LoadUserProfile) macro
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/
H A DProcessStartInfo.Windows.cs30 public bool LoadUserProfile { get; set; } property in System.Diagnostics.ProcessStartInfo
H A DProcessStartInfo.Unix.cs35 public bool LoadUserProfile property in System.Diagnostics.ProcessStartInfo
H A DProcess.Windows.cs524 if (startInfo.LoadUserProfile) in StartWithCreateProcess()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Diagnostics/
H A DProcess.cs68 public bool LoadUserProfile; field
831 procInfo.LoadUserProfile = startInfo.LoadUserProfile; in FillUserInfo()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/tests/
H A DProcessStartInfoTests.cs393 p.StartInfo.LoadUserProfile = true; in TestUserCredentialsPropertiesOnWindows()
832 var info = new ProcessStartInfo { LoadUserProfile = loadUserProfile }; in LoadUserProfile_SetWindows_GetReturnsExpected()
833 Assert.Equal(loadUserProfile, info.LoadUserProfile); in LoadUserProfile_SetWindows_GetReturnsExpected()
841 Assert.Throws<PlatformNotSupportedException>(() => info.LoadUserProfile); in LoadUserProfile_GetSetUnix_ThrowsPlatformNotSupportedException()
842 Assert.Throws<PlatformNotSupportedException>(() => info.LoadUserProfile = false); in LoadUserProfile_GetSetUnix_ThrowsPlatformNotSupportedException()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Duserenv.h43 #define LoadUserProfile __MINGW_NAME_AW(LoadUserProfile) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Duserenv.h43 #define LoadUserProfile __MINGW_NAME_AW(LoadUserProfile) macro
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwauserenv.pas116 function LoadUserProfile(hToken: HANDLE; var lpProfileInfo: PROFILEINFO): BOOL; stdcall; in LoadUserProfile() function
1259 function LoadUserProfile;
1832 function LoadUserProfile; external userenvlib name 'LoadUserProfile' + AWSuffix;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/
H A DProcessStartInfo.cs366 public bool LoadUserProfile { property in System.Diagnostics.ProcessStartInfo
H A DProcess.cs2184 if( startInfo.LoadUserProfile) { in StartWithCreateProcess()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/ref/
H A DSystem.Diagnostics.Process.cs166 public bool LoadUserProfile { get { throw null; } set { } } property in System.Diagnostics.ProcessStartInfo
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/vito/houdini/win32/
H A Dwin32_windows.go285 func LoadUserProfile(token syscall.Handle, pinfo *ProfileInfo) error { func
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/vito/houdini/win32/
H A Dwin32_windows.go285 func LoadUserProfile(token syscall.Handle, pinfo *ProfileInfo) error { func
/dports/net/samba412/samba-4.12.15/examples/winexe/
H A Dwinexesvc.c328 return LoadUserProfile(c->token, &pi); in load_user_profile()
/dports/x11-fm/filerunner/filerunner/packages/twapi/
H A Dprocess.tcl1644LoadUserProfile [list $token $noui $username $roamingprofilepath $defaultuserpath $servername]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/winutils/
H A Dlibwinutils.c2299 if ( !LoadUserProfile( logonHandle, pi ) ) { in LoadUserProfileForLogon()
/dports/devel/staf/src/staf/docs/userguide/
H A DProcSrv.script729 with RC 10 "LoadUserProfile failed with OS RC 1314: A required privilege is not held by the
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs4581 public bool LoadUserProfile { get { throw null; } set { } } property in System.Diagnostics.ProcessStartInfo
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs4601 public bool LoadUserProfile { get { throw null; } set { } } property in System.Diagnostics.ProcessStartInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs4579 public bool LoadUserProfile { get { throw null; } set { } } property in System.Diagnostics.ProcessStartInfo
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs4597 public bool LoadUserProfile { get { throw null; } set { } } property in System.Diagnostics.ProcessStartInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs7104 public bool LoadUserProfile { get { throw null; } set { } } property in System.Diagnostics.ProcessStartInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs6823 public bool LoadUserProfile { get { throw null; } set { } } property in System.Diagnostics.ProcessStartInfo

12