Changeset 27578 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Mar 22, 2010 10:24:08 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/process-win.cpp
r27556 r27578 242 242 PRTUTF16 pwszzBlock, STARTUPINFOW *pStartupInfo, PROCESS_INFORMATION *pProcInfo) 243 243 { 244 /** @todo On NT4 we need to enable the SeTcbPrivilege to act as part of the operating system. Otherwise 245 * we will get error 1314 (priviledge not held) as a response. */ 246 244 247 /* 245 248 * The following rights are needed in order to use LogonUserW and … … 280 283 dwErr = GetLastError(); 281 284 282 #ifndef IPRT_TARGET_NT4283 285 /* 284 286 * If we don't hold enough priviledges to spawn a new process with
Note:
See TracChangeset
for help on using the changeset viewer.