Notă
Accesul la această pagină necesită autorizare. Puteți încerca să vă conectați sau să modificați directoarele.
Accesul la această pagină necesită autorizare. Puteți încerca să modificați directoarele.
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 |
|