FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kFsLib.h
Go to the documentation of this file.
1 
7 #ifndef K_FIRESYNC_LIB_H
8 #define K_FIRESYNC_LIB_H
9 
10 #include <kFireSync/kFsDef.h>
11 
24 kFsFx(kStatus) kFsLib_Construct(kAssembly* assembly);
25 
38 kFsFx(void) kFsLib_EnableDefaultHealthProvider(kBool enable);
39 
58 
65 
66 #include <kFireSync/kFsLib.x.h>
67 
68 #endif
kHealth kFsLib_HealthProvider()
Gets the global health provider, if it exists.
Base class for a health statistics collection service.
Essential API declarations for the kFireSync library.
kStatus kFsLib_Construct(kAssembly *assembly)
Constructs the FireSync API type assembly.
void kFsLib_EnableDefaultHealthProvider(kBool enable)
Enables automatic creation of a global health provider for the process.
kStatus kFsLib_SetHealthProvider(kHealth provider)
Sets the global health provider.