#include <airpcap.h>
Data Fields | |
UINT | nKeys |
Number of keys in the collection. | |
AirpcapKey | Keys [0] |
Array of nKeys keys. |
PAirpcapKeysCollection KeysCollection; UINT KeysCollectionSize; KeysCollectionSize = sizeof(AirpcapKeysCollection) + NumKeys * sizeof(AirpcapKey); KeysCollection = (PAirpcapKeysCollection)malloc(KeysCollectionSize); if(!KeysCollection) { // Error }
|
Number of keys in the collection.
|
|
Array of nKeys keys.
|
AirPcap documentation. Copyright (c) 2006
CACE Technologies. All rights reserved.