Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The FRAME structure is an actual frame from the driver.
Syntax
typedef struct _FRAME {
__int64 TimeStamp;
DWORD FrameLength;
DWORD nBytesAvail;
BYTE MacFrame[];
} FRAME, *LPFRAME, *ULPFRAME;
Members
-
TimeStamp
-
Elapsed time, in microseconds, between the start of the capture and the time when the frame was captured.
-
FrameLength
-
MAC frame length.
-
nBytesAvail
-
Actual frame length copied.
-
MacFrame
-
Frame data.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|