หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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 |
|