EXPERTSTATUS structure

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

Syntax

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

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Netmon.h