mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
process.getenvW: Document that returned memory points to the PEB
This commit is contained in:
parent
adf74ba4fb
commit
fb1bd78908
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
/// 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.
|
/// This function performs a Unicode-aware case-insensitive lookup using RtlEqualUnicodeString.
|
||||||
///
|
///
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue