Share via


EXPERTSTATUS

The EXPERTSTATUS structure indicates the current status of a running expert.

typedef struct {
  EXPERTSTATUSENUMERATION Status;
  DWORD SubStatus;
  DWORD PercentDone;
  DWORD Frame;
  char szStatusText[EXPERTSTRINGLENGTH];
} EXPERTSTATUS, 
 *PEXPERTSTATUS;

Members

  • Status
    Current expert status value defined by the EXPERTSTATUSENUMERATION enumeration.
  • SubStatus
    Sub-status value.
  • PercentDone
    Percentage completion of the expert analysis of network data.
  • Frame
    Frame number.
  • szStatusText
    Text that describes the expert status.

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.