|
FireSync API
|
| void kFsLib_EnableDefaultHealthProvider | ( | kBool | enable | ) |
Enables automatic creation of a global health provider for the process.
By default, a global health provider is not created for applications. This function can be used to override the default behaviour. If enabled, a kHostHealth instance will be installed as the global health provider during kFsLib assembly initialization.
This function can only be called prior to instantiating the kFsLib assembly.
| enable | kTRUE to enable a default health provider. |