AppInitParameterInteraction

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

NameDescription
argsThe parsed program arguments.

Preconditions

  • Parameters should be parsed and config file should be read, AppInitBasicSetup should have been called.