<html>
  <head>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    From MSDN<br>
    "<strong>SEE_MASK_NO_CONSOLE</strong> (0x00008000)
    <dl class="indent">
      <dd>
        <p>Use to inherit the parent's console for the new process
          instead of having it create a new console. It is the opposite
          of using a CREATE_NEW_CONSOLE flag with <a
href="http://msdn.microsoft.com/en-us/library/windows/desktop/ms682425%28v=vs.85%29.aspx"><strong
              xmlns="http://www.w3.org/1999/xhtml">CreateProcess</strong></a>."</p>
      </dd>
    </dl>
    <br>
    Changelog:<br>
          shell32: Correct create flags when SEE_MASK_NO_CONSOLE isn't
    specified<br>
    <br>
    <br>
    Best Regards<br>
      Alistair Leslie-Hughes
  </body>
</html>