windows-nt/Source/XPSP1/NT/net/config/netoc/svcstart.h

8 lines
186 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _SVCSTART_H
#define _SVCSTART_H
int StopServiceAndDependencies(LPCTSTR ServiceName, int AddToRestartList);
int ServicesRestartList_RestartServices(void);
#endif //!_SVCSTART_H