[#AppInitParameterInteraction] = AppInitParameterInteraction :mrdocs: Initialization: parameter interaction. == Synopsis Declared in `<init.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool AppInitParameterInteraction(xref:ArgsManager.adoc[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 [cols="1,4"] |=== | Name| Description | *args* | The parsed program arguments. |=== == Preconditions * Parameters should be parsed and config file should be read, AppInitBasicSetup should have been called. [.small]#Created with https://www.mrdocs.com[MrDocs]#