Hi, I'm particularly interested if someone is aware of what 0x20 flag means?
UPDATE
Thanks.
UPDATE
BOOL WINAPI CreateProcess(So, dwCreationFlags is 0x20.
_In_opt_ LPCTSTR lpApplicationName,
_Inout_opt_ LPTSTR lpCommandLine,
_In_opt_ LPSECURITY_ATTRIBUTES lpProcessAttributes,
_In_opt_ LPSECURITY_ATTRIBUTES lpThreadAttributes,
_In_ BOOL bInheritHandles,
_In_ DWORD dwCreationFlags,
_In_opt_ LPVOID lpEnvironment,
_In_opt_ LPCTSTR lpCurrentDirectory,
_In_ LPSTARTUPINFO lpStartupInfo,
_Out_ LPPROCESS_INFORMATION lpProcessInformation
);
Thanks.
Last edited by rexor on Tue Oct 08, 2013 10:24 am, edited 1 time in total.