Share via


NETWORKSTATUS

The NETWORKSTATUS structure describes the current status of the NPP.

typedef struct _NETWORKSTATUS {
  DWORD State;
  DWORD Flags;
} NETWORKSTATUS, 
 *LPNETWORKSTATUS;

Members

  • State
    Indicates the current state of the NPP.

    Value Meaning
    NETWORKSTATUS_STATE_VOID The NPP is not connected, or it is connected and the capture is not started.
    NETWORKSTATUS_STATE_CAPTURING The NPP is capturing data.
    NETWORKSTATUS_STATE_PAUSED The NPP has paused while capturing data.
  • Flags
    Flags that describe the current state of the NPP.

    Value Meaning
    NETWORKSTATUS_FLAGS_TRIGGER_PENDING There is a trigger pending for the NPP.

Remarks

When using this structure, you must allocate the memory for the structure before it can be used and free the memory when the structure is no longer needed.

The See Also list at the bottom of this topic lists all the methods that use this structure.

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.

See Also

IDelaydC::QueryStatus, IESP::QueryStatus, IRTC::QueryStatus, IStats::QueryStatus