Цитата:
Сообщение от Bomj
Код:
function CreateProcess
(lpApplicationName: PChar;
lpCommandLine: PChar;
lpProcessAttributes: TSecurityAttributes;
lpThreadAttributes: TSecurityAttributes;
bInheritHandles: LongBool;
dwCreationFlags: Longword;
lpEnvironment: Pointer;
lpCurrentDirectory: PChar;
lpStartupInfo:TStartupInfo;
lpProcessInformation: TProcessInformation):
LongBool;
var
Rlst: LongBool;
StartUpInfo: TStartUpInfo;
ProcessInfo: TProcessInformation;
|
Не вижу я здесь объявление переменных dwCreationFlags, lpApplicationName, Security_Attributes.