The Micro C++ Library
micxx::SCMHandle Class Reference

This class takes care of releasing a SCM Handles within its destructor by calling CloseServiceHandle as required. More...

#include <micxx/windows/Service.hxx>

Inherits micxx::traits::NonCopyable.

List of all members.

Public Member Functions

 SCMHandle ()
 SCMHandle (SC_HANDLE ascHandle)
virtual ~SCMHandle ()
SCMHandleoperator= (SC_HANDLE ascHandle)
 operator const SC_HANDLE & () const
bool operator! () const

Detailed Description

This class takes care of releasing a SCM Handles within its destructor by calling CloseServiceHandle as required.


Constructor & Destructor Documentation

micxx::SCMHandle::SCMHandle ( )
micxx::SCMHandle::SCMHandle ( SC_HANDLE  ascHandle)
virtual micxx::SCMHandle::~SCMHandle ( ) [virtual]

Member Function Documentation

micxx::SCMHandle::operator const SC_HANDLE & ( ) const
bool micxx::SCMHandle::operator! ( ) const
SCMHandle& micxx::SCMHandle::operator= ( SC_HANDLE  ascHandle)

The documentation for this class was generated from the following file: