예제 #1
0
파일: Kernel.cs 프로젝트: luowei98/RobertLw
 public static extern void GetStartupInfo(ref STARTUPINFO lpStartupInfo);
예제 #2
0
파일: Kernel.cs 프로젝트: luowei98/RobertLw
 public static extern int CreateProcess(string lpApplicationName, string lpCommandLine,
                                        ref SECURITY_ATTRIBUTES lpProcessAttributes,
                                        ref SECURITY_ATTRIBUTES lpThreadAttributes, int bInheritHandles,
                                        int dwCreationFlags, IntPtr lpEnvironment, string lpCurrentDriectory,
                                        ref STARTUPINFO lpStartupInfo,
                                        ref PROCESS_INFORMATION lpProcessInformation);