The Micro C++ Library
|
Win32 specific Service implementation. More...
#include <micxx/Config.hxx>
#include <micxx/traits/NonCopyable.hxx>
#include <micxx/windows/Win32SDK.hxx>
#include <string>
#include <set>
#include <map>
#include <list>
Classes | |
class | micxx::SCMHandle |
This class takes care of releasing a SCM Handles within its destructor by calling CloseServiceHandle as required. More... | |
class | micxx::Service |
A Service is a background task, that usually does not require any user interaction. More... | |
Namespaces | |
namespace | micxx |
The Micro C++ Library. |
Win32 specific Service implementation.