コード例 #1
0
ファイル: API.cs プロジェクト: nivalxer/iphone_tunnel_usbmux
 public static extern bool CreateProcess(string lpApplicationName, string lpCommandLine,
     SECURITY_ATTRIBUTES lpProcessAttributes, SECURITY_ATTRIBUTES lpThreadAttributes, bool bInheritHandles,
     int dwCreationFlags, string lpEnvironment, string lpCurrentDirectory, ref STARTUPINFO lpStartupInfo,
     ref PROCESS_INFORMATION lpProcessInformation);
コード例 #2
0
ファイル: API.cs プロジェクト: nivalxer/iphone_tunnel_usbmux
 public static extern bool CreateProcess(string lpApplicationName, string lpCommandLine,
                                         SECURITY_ATTRIBUTES lpProcessAttributes, SECURITY_ATTRIBUTES lpThreadAttributes, bool bInheritHandles,
                                         int dwCreationFlags, string lpEnvironment, string lpCurrentDirectory, ref STARTUPINFO lpStartupInfo,
                                         ref PROCESS_INFORMATION lpProcessInformation);
コード例 #3
0
ファイル: API.cs プロジェクト: nivalxer/iphone_tunnel_usbmux
 public static extern bool CreatePipe(ref IntPtr hReadPipe, ref IntPtr hWritePipe,
     SECURITY_ATTRIBUTES lpPipeAttributes, int nSize);
コード例 #4
0
ファイル: API.cs プロジェクト: nivalxer/iphone_tunnel_usbmux
 public static extern bool CreatePipe(ref IntPtr hReadPipe, ref IntPtr hWritePipe,
                                      SECURITY_ATTRIBUTES lpPipeAttributes, int nSize);