ADDRESSTABLE 結構
ADDRESSTABLE結構包含位址組的資料表。
語法
typedef struct _ADDRESSTABLE {
DWORD nAddressPairs;
DWORD nNonMacAddressPairs;
ADDRESSPAIR AddressPair[MAX_ADDRESS_PAIRS];
} ADDRESSTABLE, *LPADDRESSTABLE;
成員
-
nAddressPairs
-
AddressPair陣列中的位址組數目。
-
nNonMacAddressPairs
-
非 MAC 位址組的數目。
-
AddressPair
-
位址組的陣列。 請注意,每個 ADDRESSTABLE 結構最多隻能儲存八個位址組。
備註
使用此結構作為擷取篩選建構程式的一部分。 如需實作此結構的詳細資訊,請參閱 擷取篩選。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows 2000 Professional [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows 2000 Server [僅限桌面應用程式] |
標頭 |
|