INTFS_KEY_TABLE structure
[INTFS_KEY_TABLE is no longer supported as of Windows Vista and Windows Server 2008. Instead, use the Native Wifi API, which provides similar functionality. For more information, see About the Native Wifi API.]
The INTFS_KEY_TABLE structure contains the table of key information for all wireless LAN interfaces managed by the Wireless Configuration Service.
Syntax
typedef struct {
DWORD dwNumIntfs;
PINTF_KEY_ENTRY pIntfs;
} INTFS_KEY_TABLE, *PINTFS_KEY_TABLE;
Members
-
dwNumIntfs
-
Total number of interfaces.
-
pIntfs
-
Pointer to the INTF_KEY_ENTRY structure.
Remarks
Note
The Wzcsapi.h header file is not available in the Windows SDK.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows XP with SP2 [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
End of client support |
Windows XP with SP3 |
End of server support |
Windows Server 2003 |
Header |
|