Searched refs:dwCreationFlags (Results 1 – 4 of 4) sorted by relevance
591 DWORD dwCreationFlags; in operator int() local594 dwCreationFlags = DETACHED_PROCESS; in operator int()596 dwCreationFlags = CREATE_NEW_CONSOLE; in operator int()647 dwCreationFlags, lpEnvironment, lpCurrentDirectory, in operator int()
145 DWORD dwCreationFlags = PROCESS_CREATIONFLAGS; in Main() local155 dwCreationFlags, in Main()
271 DWORD dwCreationFlags, // creation flags285 DWORD dwCreationFlags, // creation flags
91 ByVal bInheritHandles As Long, ByVal dwCreationFlags As Long, _