Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The EXPERTSTATUSENUMERATION enumeration contains status values. It is used by the Status member of EXPERTSTATUS structure and the Status parameter in ExpertIndicateStatus.
Syntax
typedef enum {
EXPERTSTATUS_INACTIVE = 0,
EXPERTSTATUS_STARTING,
EXPERTSTATUS_RUNNING,
EXPERTSTATUS_PROBLEM,
EXPERTSTATUS_ABORTED,
EXPERTSTATUS_DONE
} EXPERT_STATUS_ENUMERATION;
Constants
-
EXPERTSTATUS_INACTIVE
-
The expert never started.
-
EXPERTSTATUS_STARTING
-
The expert is starting.
-
EXPERTSTATUS_RUNNING
-
The expert is running normally.
-
EXPERTSTATUS_PROBLEM
-
A problem specified in SubStatus stopped the expert.
-
EXPERTSTATUS_ABORTED
-
Network Monitor stopped the expert.
-
EXPERTSTATUS_DONE
-
The expert finished successfully.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 2000 Professional [desktop apps only] |
| Minimum supported server |
Windows 2000 Server [desktop apps only] |
| Header |
|