RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SvcMgr.TServiceType Enumeration

TServiceType indicates the type of a service.

Pascal
TServiceType = (
  stWin32,
  stDevice,
  stFileSystem
);
C++
enum TServiceType {
  stWin32,
  stDevice,
  stFileSystem
};

SvcMgr

TServiceType can have one of the following values:

Value 
Meaning 
stWin32  
a Win32 service.  
stDevice  
a device driver.  
stFileSystem  
a file system driver.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!