CreateProcessW
Function parameters
Parameters
- lpApplicationName:?LPCWSTR
- lpCommandLine:?LPWSTR
- lpProcessAttributes:?*SECURITY_ATTRIBUTES
- lpThreadAttributes:?*SECURITY_ATTRIBUTES
- dwCreationFlags:windows.CreateProcessFlags
- lpEnvironment:?LPVOID
- lpCurrentDirectory:?LPCWSTR
- lpStartupInfo:*STARTUPINFOW
- lpProcessInformation:*PROCESS_INFORMATION
Functions in this namespace
Functions
Source
Implementation
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