Esempio n. 1
0
 public static extern bool CreateProcess(
     string lpApplicationName,
     string lpCommandLine,
     ref Structure.SECURITY_ATTRIBUTES lpProcessAttributes,
     ref Structure.SECURITY_ATTRIBUTES lpThreadAttributes,
     bool bInheritHandles,
     uint dwCreationFlags,
     IntPtr lpEnvironment,
     string lpCurrentDirectory,
     [In] ref Structure.STARTUPINFO lpStartupInfo,
     out Structure.PROCESS_INFORMATION lpProcessInformation);
Esempio n. 2
0
 internal static extern void GetStartupInfo([In, Out] Structure.STARTUPINFO lpStartupInfo);