INTF_KEY_ENTRY structure
[INTF_KEY_ENTRY 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 INTF_KEY_ENTRY structure stores the key information about a wireless LAN interface managed by the Wireless Configuration Service.
Syntax
typedef struct {
LPWSTR wszGuid;
} INTF_KEY_ENTRY, *PINTF_KEY_ENTRY;
Members
-
wszGuid
-
A pointer to the interface GUID represented as a Unicode string in the following format: "{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}".
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 |
|
See also