Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

OW32::CEnumDependentServices Class Reference

A helper class to enumerate dependent services. More...

#include <ServiceManager.h>

List of all members.

Public Member Functions

 CEnumDependentServices (CSCService &parent, DWORD dwServiceState)
 Constructor taking the service to enumerate dependents for.
BOOL Next (ENUM_SERVICE_STATUS **ppEntry)
 Fetch the next dependent service.


Detailed Description

A helper class to enumerate dependent services.


Constructor & Destructor Documentation

OW32::CEnumDependentServices::CEnumDependentServices CSCService parent,
DWORD  dwServiceState
[inline]
 

Constructor taking the service to enumerate dependents for.

Parameters:
parent The service to enumerate dependents for.
dwServiceState An optional service state to mathc.


Member Function Documentation

BOOL OW32::CEnumDependentServices::Next ENUM_SERVICE_STATUS **  ppEntry  )  [inline]
 

Fetch the next dependent service.

Returns:
TRUE if successful, FALSE otherwise.
Parameters:
ppEntry Output - pointer to the service status entry for the appropriate service.


The documentation for this class was generated from the following file:
Generated on Sun Jun 5 01:29:27 2005 for OW32 by  doxygen 1.3.9.1