TServiceType indicates the type of a service.
TServiceType = ( stWin32, stDevice, stFileSystem );
enum TServiceType { stWin32, stDevice, stFileSystem };
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|