tEnvQueue
This queue is used in the GenEnvVariables method to store the retrieved environment variables and their values.
tEnvQueue QUEUE,TYPE
VarName CSTRING(101)
VarValue CSTRING(8192)
END