mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
7 lines
156 B
C
7 lines
156 B
C
#pragma once
|
|
enum SERVICE_AVAILABILITY {
|
|
SERVICE_AVAILABLE,
|
|
SERVICE_AVAILABLE_BUT_NOT_RUNNING,
|
|
SERVICE_UNAVAILABLE,
|
|
UNABLE_TO_CHECK
|
|
}; |