Function SetEnvironmentVariableW [src]

Prototype

pub extern "kernel32" fn SetEnvironmentVariableW( lpName: LPCWSTR, lpValue: ?LPCWSTR, ) callconv(.winapi) BOOL

Parameters

lpName: LPCWSTRlpValue: ?LPCWSTR

Source

pub extern "kernel32" fn SetEnvironmentVariableW( lpName: LPCWSTR, lpValue: ?LPCWSTR, ) callconv(.winapi) BOOL