Changeset 105905 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Aug 29, 2024 3:55:01 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo-win.cpp
r102772 r105905 1043 1043 * @param va Variable arguments. 1044 1044 */ 1045 int vgsvcVMInfoWinUserUpdateFallbackV(PVBOXSERVICEVEPROPCACHE pCache, const char *pszUser, const char *pszDomain,1046 WCHAR *pwszSid, const char *pszKey, const char *pszValueFormat, va_list va)1045 static int vgsvcVMInfoWinUserUpdateFallbackV(PVBOXSERVICEVEPROPCACHE pCache, const char *pszUser, const char *pszDomain, 1046 WCHAR *pwszSid, const char *pszKey, const char *pszValueFormat, va_list va) 1047 1047 { 1048 1048 int rc = VGSvcUserUpdateF(pCache, pszUser, NULL /* pszDomain */, "Domain", pszDomain); … … 1073 1073 * @param ... Variable arguments. 1074 1074 */ 1075 int vgsvcVMInfoWinUserUpdateF(PVBOXSERVICEVEPROPCACHE pCache, const char *pszUser, const char *pszDomain,1076 const char *pszKey, const char *pszValueFormat, ...)1075 static int vgsvcVMInfoWinUserUpdateF(PVBOXSERVICEVEPROPCACHE pCache, const char *pszUser, const char *pszDomain, 1076 const char *pszKey, const char *pszValueFormat, ...) 1077 1077 { 1078 1078 va_list va;
Note:
See TracChangeset
for help on using the changeset viewer.