VirtualBox

Changeset 57753 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Sep 15, 2015 11:15:21 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102677
Message:

IPRT: Renamed RTPROC_FLAGS_NO_PROFILE to RTPROC_FLAGS_PROFILE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/process-win.cpp

    r57656 r57753  
    868868                    static const char * const s_papszProcNames[] =
    869869                    {
    870 #ifdef VBOX                 /* The explorer entry is a fallback in case GA aren't installed. */
     870#ifdef VBOX             /* The explorer entry is a fallback in case GA aren't installed. */
    871871                        { "VBoxTray.exe" },
    872872#endif
     
    913913                    {
    914914                        PROFILEINFOW profileInfo;
    915                         if (!(fFlags & RTPROC_FLAGS_NO_PROFILE))
     915                        if (fFlags & RTPROC_FLAGS_PROFILE)
    916916                        {
    917917                            RT_ZERO(profileInfo);
    918                             profileInfo.dwSize = sizeof(profileInfo);
     918                            profileInfo.dwSize     = sizeof(profileInfo);
    919919                            profileInfo.lpUserName = pwszUser;
    920                             profileInfo.dwFlags = PI_NOUI; /* Prevents the display of profile error messages. */
     920                            profileInfo.dwFlags    = PI_NOUI; /* Prevents the display of profile error messages. */
    921921
    922922                            if (!pfnLoadUserProfileW(*phToken, &profileInfo))
     
    956956                            }
    957957
    958                             if (!(fFlags & RTPROC_FLAGS_NO_PROFILE))
     958                            if (fFlags & RTPROC_FLAGS_PROFILE)
    959959                            {
    960960                                fRc = pfnUnloadUserProfile(*phToken, profileInfo.hProfile);
Note: See TracChangeset for help on using the changeset viewer.

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