Lines Matching refs:aStartupInfo
609 STARTUPINFO aStartupInfo; variable
611 aStartupInfo.cb = sizeof( STARTUPINFO );
612 aStartupInfo.lpReserved = NULL;
613 aStartupInfo.lpDesktop = NULL;
616 aStartupInfo.lpTitle = NULL;
617 aStartupInfo.dwX = 100;
618 aStartupInfo.dwY = 100;
621 aStartupInfo.dwXCountChars = 40;
622 aStartupInfo.dwYCountChars = 40;
625 aStartupInfo.dwFillAttribute = FOREGROUND_RED | BACKGROUND_RED |
631 aStartupInfo.wShowWindow = SW_SHOWNOACTIVATE;
632 aStartupInfo.cbReserved2 = NULL;
633 aStartupInfo.lpReserved2 = NULL;
640 aStartupInfo.wShowWindow = SW_HIDE;
641 aStartupInfo.dwFlags = aStartupInfo.dwFlags | STARTF_USESHOWWINDOW;
648 &aStartupInfo, &aProcessInformation );