Source position: jwawinbase.pas line 5395
function CreateProcessWithLogonW( |
lpUsername: LPCWSTR; |
lpDomain: LPCWSTR; |
lpPassword: LPCWSTR; |
dwLogonFlags: DWORD; |
lpApplicationName: LPCWSTR; |
lpCommandLine: LPWSTR; |
dwCreationFlags: DWORD; |
lpEnvironment: LPVOID; |
lpCurrentDirectory: LPCWSTR; |
const lpStartupInfo: STARTUPINFOW; |
var lpProcessInformation: PROCESS_INFORMATION |
):BOOL; |