static unsafe bool Interop.Advapi32.CreateProcessWithLogonW |
( |
string | userName, |
|
|
string | domain, |
|
|
IntPtr | password, |
|
|
LogonFlags | logonFlags, |
|
|
string | appName, |
|
|
char * | cmdLine, |
|
|
int | creationFlags, |
|
|
IntPtr | environmentBlock, |
|
|
string | lpCurrentDirectory, |
|
|
ref Kernel32.STARTUPINFO | lpStartupInfo, |
|
|
ref Kernel32.PROCESS_INFORMATION | lpProcessInformation ) |
|
package |