Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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 |
|