VirtualBox

Changeset 52665 in vbox


Ignore:
Timestamp:
Sep 10, 2014 7:25:07 AM (10 years ago)
Author:
vboxsync
Message:

SUP: Pass along the ShowWindowsFlags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp

    r52656 r52665  
    36523652    }
    36533653
     3654    SiEx.StartupInfo.dwFlags |= pParentProcParams->Flags & STARTF_USESHOWWINDOW;
     3655    SiEx.StartupInfo.wShowWindow = (WORD)pParentProcParams->ShowWindowFlags;
     3656
    36543657    SiEx.StartupInfo.dwFlags |= STARTF_USESTDHANDLES;
    36553658    SiEx.StartupInfo.hStdInput  = pParentProcParams->StandardInput;
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