JCL Help:TEnvironmentOption

From Project JEDI Wiki
Jump to navigationJump to search


Summary

This set of options for CreateEnvironmentBlock will determine which environment variables will be copied to the new environemt block.


Pascal

 public TEnvironmentOption = (
eoLocalMachine,
eoCurrentUser,
eoAdditional
);
TEnvironmentOptions = set of TEnvironmentOption;


Members

Members Description
eoLocalMachine Copy the environment block defined globally for the local machine.
eoCurrentUser Copy the environment of the user that is running the process.
eoAdditional Copy additional name / value pairs to the new environment block. These additional pairs must be passed in the AdditionalVars parameter of the CreateEnvironmentBlock function.


Description

This set of options for CreateEnvironmentBlock will determine which environment variables will be copied to the new environemt block.


See Also

CreateEnvironmentBlock


About

Unit

JclSysInfo


Navigation

no pages or subcategories

Donator

Peter Friese


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page