EXPERTFRAMEDESCRIPTOR structure

The EXPERTFRAMEDESCRIPTOR structure contains information about a frame. When the expert calls the ExpertGetFrame function successfully, Network Monitor passes the EXPERTFRAMEDESCRIPTOR structure back to the expert.

Syntax

typedef struct {
  DWORD                FrameNumber;
  HFRAME               hFrame;
  ULPFRAME             pFrame;
  LPRECOGNIZEDATATABLE lpRecognizeDataTable;
  LPPROPERTYTABLE      lpPropertyTable;
} EXPERTFRAMEDESCRIPTOR, *LPEXPERTFRAMEDESCRIPTOR;

Members

FrameNumber

Number of a specified frame.

hFrame

Handle to a frame.

pFrame

Pointer to a raw frame.

lpRecognizeDataTable

Table that indicates where each parser identifies the start of the data.

lpPropertyTable

Table of frame properties that the parser identifies.

Remarks

If the expert specifies FLAGS_ATTACH_PROPERTIES when calling ExpertGetFrame, then the szPropertyText member in each PROPERTYINST structure is NULL.

If the expert does not specify FLAGS_ATTACH_PROPERTIES when calling the ExpertGetFrame function, then the lpPropertyTable member is NULL on return.

Requirements

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