Function GetEnvironmentStringsW [src]
Prototype
pub fn GetEnvironmentStringsW() GetEnvironmentStringsError![*:0]u16
Possible Errors
Source
pub fn GetEnvironmentStringsW() GetEnvironmentStringsError![*:0]u16 {
return kernel32.GetEnvironmentStringsW() orelse return error.OutOfMemory;
}