ReloadConfig
API |
ReloadConfig |
Function |
This is used to reload any or all specific engine configurations. If there is no specific engine configuration that needs to be reloaded, this function returns "0" without any re-initialization of engines. |
Function prototype
int
ReloadConfig
(
const
wchar_t
* reservedI,
void
** reservedIO
)
Arguments
Argument |
Description |
reservedI,
reservedI
O |
Reserved for future use |
Return value
Value |
Description |
0 |
Successfully reloaded configuration. |
1 |
Failed to reload configuration. |