Function CreateProcessW [src]
Prototype
pub extern "kernel32" fn CreateProcessW( lpApplicationName: ?LPCWSTR, lpCommandLine: ?LPWSTR, lpProcessAttributes: ?*SECURITY_ATTRIBUTES, lpThreadAttributes: ?*SECURITY_ATTRIBUTES, bInheritHandles: BOOL, dwCreationFlags: windows.CreateProcessFlags, lpEnvironment: ?LPVOID, lpCurrentDirectory: ?LPCWSTR, lpStartupInfo: *STARTUPINFOW, lpProcessInformation: *PROCESS_INFORMATION, ) callconv(.winapi) BOOL
Parameters
lpApplicationName: ?LPCWSTRlpCommandLine: ?LPWSTRlpProcessAttributes: ?*SECURITY_ATTRIBUTESlpThreadAttributes: ?*SECURITY_ATTRIBUTESbInheritHandles: BOOLdwCreationFlags: windows.CreateProcessFlagslpEnvironment: ?LPVOIDlpCurrentDirectory: ?LPCWSTRlpStartupInfo: *STARTUPINFOWlpProcessInformation: *PROCESS_INFORMATION
Source
pub extern "kernel32" fn CreateProcessW(
lpApplicationName: ?LPCWSTR,
lpCommandLine: ?LPWSTR,
lpProcessAttributes: ?*SECURITY_ATTRIBUTES,
lpThreadAttributes: ?*SECURITY_ATTRIBUTES,
bInheritHandles: BOOL,
dwCreationFlags: windows.CreateProcessFlags,
lpEnvironment: ?LPVOID,
lpCurrentDirectory: ?LPCWSTR,
lpStartupInfo: *STARTUPINFOW,
lpProcessInformation: *PROCESS_INFORMATION,
) callconv(.winapi) BOOL