Home
last modified time | relevance | path

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

/reactos/subsystems/win/basesrv/
H A Dappcompat.c45 ULONG EnvironmentSize; member
/reactos/dll/win32/kernel32/client/
H A Dvdm.c757 ULONG EnvironmentSize = 0; in BaseCreateVDMEnvironment() local
799 ++EnvironmentSize; in BaseCreateVDMEnvironment()
800 EnvironmentSize += 2; // Add the two terminating NULLs in BaseCreateVDMEnvironment()
812 RegionSize = (EnvironmentSize + MAX_PATH) * sizeof(WCHAR); in BaseCreateVDMEnvironment()
/reactos/sdk/include/ndk/
H A Drtltypes.h1560 SIZE_T EnvironmentSize; member