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