Changeset 102772 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jan 5, 2024 8:54:11 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo-win.cpp
r102771 r102772 1118 1118 * so that it's easier to look it up for the host. */ 1119 1119 if (RT_SUCCESS(rc)) 1120 rc = VGSvcUserUpdate V(pCache, szUserRid, NULL /* pszDomain */, "User", pszUser);1120 rc = VGSvcUserUpdateF(pCache, szUserRid, NULL /* pszDomain */, "User", pszUser); 1121 1121 } 1122 1122 else
Note:
See TracChangeset
for help on using the changeset viewer.