NTservice Overview

Deal with Services, satrt,stop,pause them, Examine them or create your own Service !

PureLibraries used: String, StringExtension, Requester, SimpleList, MemoryExtension

DLLs used: ADVAPI32


PBOSL_NTSERVICE

ExamimeServices()

start examine all services

GetServiceDescription()

Get a description of the service

GetServiceDescriptionEx()

GetServiceName()

Get the Servicename

GetServiceStatus()

Get the Status of the Service (Started,Paused etc.)

Installservice()

Installs a service and start it

NextServices()

get Next service (NULL if nothing)

PauseService()

Pause the Service with the name

RemoveService()

Removes a service

ResumeService()

resume the Service with the name

Service()

The Main ServiceFunction for your own service

StartService()

Start the service with the Name

StopService()

Stop the Service with the Name