Using STARTUPINFOEX in CreateProcess

Posted by Vineel Kumar Reddy on Stack Overflow See other posts from Stack Overflow or by Vineel Kumar Reddy
Published on 2010-04-29T01:56:58Z Indexed on 2010/04/29 2:07 UTC
Read the original article Hit count: 519

Filed under:
|

Many places I saw that we can use startupinfoex structure in CreateProcess function. But when I checked the signature is only allowing startupinfo structure. Can anybody please give a snippet how startupinfoex can be used with createprocess function. Thanks in advance....

© Stack Overflow or respective owner

Related posts about win32

Related posts about c