Source position: rapi.pp line 391
function CeCreateProcess( |
lpApplicationName: LPCWSTR; |
lpCommandLine: LPCWSTR; |
lpProcessAttributes: PSecurityAttributes; |
lpThreadAttributes: PSecurityAttributes; |
bInheritHandles: BOOL; |
dwCreateFlags: DWORD; |
lpEnvironment: Pointer; |
lpCurrentDirectory: LPWSTR; |
lpStartupInfo: PSTARTUPINFO; |
lpProcessInformation: PProcessInformation |
):BOOL; |