Function SetEnvironmentVariableW [src]
Prototype
pub extern "kernel32" fn SetEnvironmentVariableW( lpName: LPCWSTR, lpValue: ?LPCWSTR, ) callconv(.winapi) BOOL
Parameters
lpName: LPCWSTR
lpValue: ?LPCWSTR
Source
pub extern "kernel32" fn SetEnvironmentVariableW(
lpName: LPCWSTR,
lpValue: ?LPCWSTR,
) callconv(.winapi) BOOL