FRAMETABLE
The FRAMETABLE structure, a circular buffer of frame pointers, is handed back to applications attached to the ITRC interface of the NPP.
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
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. |