EXPERTSTATUSENUMERATION
The EXPERTSTATUSENUMERATION enumeration contains status values. It is used by the Status member of EXPERTSTATUS structure and the Status parameter in ExpertIndicateStatus.
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
Client | Requires Windows XP, Windows 2000 Professional, or Windows NT Workstation 4.0. |
Server | Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0. |
Header | Declared in Netmon.h. |