C# Class winsw.Native.Kernel32

kernel32.dll P/Invoke wrappers
Datei anzeigen Open project: kohsuke/winsw

Private Methods

Method Description
CreateProcess ( string lpApplicationName, string lpCommandLine, IntPtr lpProcessAttributes, IntPtr lpThreadAttributes, bool bInheritHandles, uint dwCreationFlags, IntPtr lpEnvironment, string lpCurrentDirectory, [ lpStartupInfo, PROCESS_INFORMATION &lpProcessInformation ) : bool
GetLastError ( ) : int
SetStdHandle ( int nStdHandle, SafeFileHandle handle ) : bool