dart_windows_service_support library

Typedefs

CDartConnectService = Void Function(PCWSTR)
CDartInstallService = Void Function(PCWSTR pszServiceName, PCWSTR pszDisplayName, PCWSTR pszDescription, PCWSTR pszParams, DWORD dwStartType, PCWSTR pszDependencies, PCWSTR pszAccount, PCWSTR pszPassword, PCWSTR serviceCallPath, Int bRegisterWithEventLog, DWORD dwNumMessageCategories, PCWSTR pszMessageResourceFilePath, Int delayedStart)
DartConnectService = void Function(PCWSTR)
DartInstallService = void Function(PCWSTR pszServiceName, PCWSTR pszDisplayName, PCWSTR pszDescription, PCWSTR pszParams, int dwStartType, PCWSTR pszDependencies, PCWSTR pszAccount, PCWSTR pszPassword, PCWSTR serviceCallPath, int bRegisterWithEventLog, int dwNumMessageCategories, PCWSTR pszMessageResourceFilePath, int delayedStart)