Share via


EXPERTSTARTUPINFO

The EXPERTSTARTUPINFO structure contains data that describes an expert when it starts.

typedef struct _EXPERTSTARTUPINFO {
  DWORD Flags;
  HCAPTURE hCapture;
  char szCaptureFile[MAX_PATH];
  DWORD dwFrameNumber;
  HPROTOCOL hProtocol;
  LPPROPERTYINST lpPropertyInst;
  struct {
    BYTE BitNumber;
    BOOL bOn;
  } sBitfield;
} EXPERTSTARTUPINFO, 
 *PEXPERTSTARTUPINFO;

Members

  • Flags
    Flags that describe the expert.

  • hCapture
    Handle to a capture.

  • szCaptureFile
    Name of the capture file.

  • dwFrameNumber
    Frame number.

  • hProtocol
    Handle to the protocol.

  • lpPropertyInst
    Pointer to a PROPERTYINST structure.

  • sBitfield

    • BitNumber
      Used only if the DataQualifier member of the PROPERTYINST structure is set to PROP_QUAL_FLAGS.
    • bOn
      Used only if the DataQualifier member of the PROPERTYINST structure is set to PROP_QUAL_FLAGS.

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.