![]() |
TrinityCore
|
Functions | |
| TC_COMMON_API void | Init (_TCHAR *serviceLongName, _TCHAR *serviceName, _TCHAR *serviceDescription, int(*entryPoint)(int argc, char **argv), int *status) |
| TC_COMMON_API int32 | Install () |
| TC_COMMON_API int32 | Uninstall () |
| TC_COMMON_API int32 | Run () |
| void Trinity::Service::Init | ( | _TCHAR * | serviceLongName, |
| _TCHAR * | serviceName, | ||
| _TCHAR * | serviceDescription, | ||
| int(*)(int argc, char **argv) | entryPoint, | ||
| int * | status | ||
| ) |
| int32 Trinity::Service::Install | ( | ) |
| int32 Trinity::Service::Run | ( | ) |
Definition at line 242 of file ServiceWin32.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| int32 Trinity::Service::Uninstall | ( | ) |