Initialization: parameter interaction.
Synopsis
Declared in <init.h>
bool
AppInitParameterInteraction(ArgsManager const& args);
Description
|
Note
|
This can be done before daemonization. Do not call Shutdown() if this function fails. |
Return Value
true if parameter interaction succeeded.
Parameters
Name |
Description |
args |
The parsed program arguments. |
Preconditions
-
Parameters should be parsed and config file should be read, AppInitBasicSetup should have been called.
Created with MrDocs