コード例 #1
0
ファイル: WindowsAPI.cs プロジェクト: xxy1991/cozy
 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);
コード例 #2
0
ファイル: WindowsAPI.cs プロジェクト: xxy1991/cozy
 public static extern int GetStartupInfo(ref STARTUPINFO lpStartupInfo);