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: ?LPCWSTR
lpCommandLine: ?LPWSTR
lpProcessAttributes: ?*SECURITY_ATTRIBUTES
lpThreadAttributes: ?*SECURITY_ATTRIBUTES
bInheritHandles: BOOL
dwCreationFlags: windows.CreateProcessFlags
lpEnvironment: ?LPVOID
lpCurrentDirectory: ?LPCWSTR
lpStartupInfo: *STARTUPINFOW
lpProcessInformation: *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