IVbcHostObject5.SetHighEntropyVA(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the /highentropyva value as specified.
public:
bool SetHighEntropyVA(bool highEntropyVA);
public bool SetHighEntropyVA(bool highEntropyVA);
abstract member SetHighEntropyVA : bool -> bool
Public Function SetHighEntropyVA (highEntropyVA As Boolean) As Boolean
Parameters
- highEntropyVA
- Boolean
True to set the / highentropyva to indicate support of high entropy Address Space Layout Randomization (ASLR); otherwise, False.
Returns
True if the method was successful.