VirtualBox

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


Ignore:
Timestamp:
Mar 22, 2010 10:24:08 AM (15 years ago)
Author:
vboxsync
Message:

IPRT/process-win: Comment on NT4.

File:
1 edited

Legend:

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

    r27556 r27578  
    242242                                 PRTUTF16 pwszzBlock, STARTUPINFOW *pStartupInfo, PROCESS_INFORMATION *pProcInfo)
    243243{
     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
    244247    /*
    245248     * The following rights are needed in order to use LogonUserW and
     
    280283        dwErr = GetLastError();
    281284
    282 #ifndef IPRT_TARGET_NT4
    283285    /*
    284286     * If we don't hold enough priviledges to spawn a new process with
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