- Timestamp:
- Jan 5, 2024 8:38:17 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo-win.cpp
r102754 r102771 1112 1112 char szUserRid[16 + 1]; 1113 1113 if (RTStrPrintf2(szUserRid, sizeof(szUserRid), "%ld", dwUserRid) > 0) 1114 { 1114 1115 rc = vgsvcVMInfoWinUserUpdateFallbackV(pCache, szUserRid, pszDomain, pwszSid, pszKey, 1115 1116 pszValueFormat, va); 1117 /* Also write the resolved user name into a dedicated key, 1118 * so that it's easier to look it up for the host. */ 1119 if (RT_SUCCESS(rc)) 1120 rc = VGSvcUserUpdateV(pCache, szUserRid, NULL /* pszDomain */, "User", pszUser); 1121 } 1116 1122 else 1117 1123 rc = VERR_BUFFER_OVERFLOW;
Note:
See TracChangeset
for help on using the changeset viewer.