Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/ntdll/
H A DNtQuerySystemEnvironmentValue.c21 ULONG ValueBufferLength; member
75 TestCase->ValueBufferLength, in Test_API()
/reactos/ntoskrnl/ex/
H A Dsysinfo.c387 IN ULONG ValueBufferLength, in NtQuerySystemEnvironmentValue() argument
408 ProbeForWrite(ValueBuffer, ValueBufferLength, sizeof(WCHAR)); in NtQuerySystemEnvironmentValue()
459 RtlInitEmptyUnicodeString(&WValue, ValueBuffer, (USHORT)ValueBufferLength); in NtQuerySystemEnvironmentValue()