VirtualBox

Changeset 105905 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Aug 29, 2024 3:55:01 PM (3 months ago)
Author:
vboxsync
Message:

Additions/VBoxService: Made functions static here. bugref:10575

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo-win.cpp

    r102772 r105905  
    10431043 * @param   va                      Variable arguments.
    10441044 */
    1045 int vgsvcVMInfoWinUserUpdateFallbackV(PVBOXSERVICEVEPROPCACHE pCache, const char *pszUser, const char *pszDomain,
    1046                                       WCHAR *pwszSid, const char *pszKey, const char *pszValueFormat, va_list va)
     1045static int vgsvcVMInfoWinUserUpdateFallbackV(PVBOXSERVICEVEPROPCACHE pCache, const char *pszUser, const char *pszDomain,
     1046                                             WCHAR *pwszSid, const char *pszKey, const char *pszValueFormat, va_list va)
    10471047{
    10481048    int rc = VGSvcUserUpdateF(pCache, pszUser, NULL /* pszDomain */, "Domain", pszDomain);
     
    10731073 * @param   ...                     Variable arguments.
    10741074 */
    1075 int vgsvcVMInfoWinUserUpdateF(PVBOXSERVICEVEPROPCACHE pCache, const char *pszUser, const char *pszDomain,
    1076                               const char *pszKey, const char *pszValueFormat, ...)
     1075static int vgsvcVMInfoWinUserUpdateF(PVBOXSERVICEVEPROPCACHE pCache, const char *pszUser, const char *pszDomain,
     1076                                     const char *pszKey, const char *pszValueFormat, ...)
    10771077{
    10781078    va_list va;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette