Редагувати

Поділитися через


FRAMETABLE structure

The FRAMETABLE structure, a circular buffer of frame pointers, is handed back to applications attached to the ITRC interface of the NPP.

Syntax

typedef struct _FRAMETABLE {
  DWORD            FrameTableLength;
  DWORD            StartIndex;
  DWORD            EndIndex;
  DWORD            FrameCount;
  FRAME_DESCRIPTOR Frames[1];
} FRAMETABLE, *LPFRAMETABLE;

Members

FrameTableLength

The total length of the table.

StartIndex

The first index within the table.

EndIndex

The last index within the table.

FrameCount

The number of frames described by this table.

Frames

The actual array of frame descriptors.

Requirements

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