Home
last modified time | relevance | path

Searched refs:AValue (Results 1 – 1 of 1) sorted by relevance

/reactos/ntoskrnl/ex/
H A Dsysinfo.c394 ANSI_STRING AValue; in NtQuerySystemEnvironmentValue() local
456 RtlInitAnsiString(&AValue, AnsiValueBuffer); in NtQuerySystemEnvironmentValue()
462 Status = RtlAnsiStringToUnicodeString(&WValue, &AValue, FALSE); in NtQuerySystemEnvironmentValue()
491 ANSI_STRING AName, AValue; in NtSetSystemEnvironmentValue() local
526 Status = RtlUnicodeStringToAnsiString(&AValue, in NtSetSystemEnvironmentValue()
532 AValue.Buffer); in NtSetSystemEnvironmentValue()