mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
process.getenvW: Document that returned memory points to the PEB
This commit is contained in:
parent
adf74ba4fb
commit
fb1bd78908
@ -529,6 +529,7 @@ pub fn hasNonEmptyEnvVar(allocator: Allocator, key: []const u8) HasEnvVarError!b
|
||||
}
|
||||
|
||||
/// Windows-only. Get an environment variable with a null-terminated, WTF-16 encoded name.
|
||||
/// The returned slice points to memory in the PEB.
|
||||
///
|
||||
/// This function performs a Unicode-aware case-insensitive lookup using RtlEqualUnicodeString.
|
||||
///
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user