예제 #1
0
파일: API.cs 프로젝트: nguyenngodinh/cs-doc
 public static extern int GetStartupInfo(ref STARTUPINFO lpStartupInfo);
예제 #2
0
파일: API.cs 프로젝트: nguyenngodinh/cs-doc
 public static extern bool CreateProcess(StringBuilder lpApplicationName, StringBuilder lpCommandLine, SECURITY_ATTRIBUTES lpProcessAttributes, SECURITY_ATTRIBUTES lpThreadAttributes, bool bInheritHandles, int dwCreationFlags, StringBuilder lpEnvironment, StringBuilder lpCurrentDirectory, ref STARTUPINFO lpStartupInfo, ref PROCESS_INFORMATION lpProcessInformation);