- Timestamp:
- Sep 8, 2015 2:45:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/process-win.cpp
r57358 r57656 648 648 && fOverwriteExisting) 649 649 { 650 rc = RTEnvUnset (pszEntry);650 rc = RTEnvUnsetEx(hEnvTemp, pszEntry); 651 651 } 652 652 else if (pszEq) … … 693 693 * whereas hEnv is an additional set of environment variables which overwrite existing 694 694 * values of the user profile. ppwszBlock needs to be destroyed after usage 695 * calling rtProcWinDest oryEnv().695 * calling rtProcWinDestroyEnv(). 696 696 * 697 697 * @return IPRT status code. … … 746 746 * and domain), whereas hEnv is an additional set of environment variables which overwrite 747 747 * existing values of the user profile. ppwszBlock needs to be destroyed after usage 748 * calling rtProcWinDest oryEnv().748 * calling rtProcWinDestroyEnv(). 749 749 * 750 750 * @return IPRT status code.
Note:
See TracChangeset
for help on using the changeset viewer.