2OOO, 26 November
NTSYSAPI NTSTATUS NTAPI
RtlCreateEnvironment(
IN BOOLEAN Inherit, OUT PVOID *Environment );
If set, newly created environment are similar to caller's environment.
RtlCreateEnvironment allocate memory in caller's address space, and fills it with new environment block. Environment is pointer to this block.