Desktop Functions: Smart Device Functions:
|
Search Results for "WLAN_CONNECTION_ATTRIBUTES" in [All]Structureswlanapi
WLAN_CONNECTION_ATTRIBUTES connection;
connection = (WLAN_CONNECTION_ATTRIBUTES)Marshal.PtrToStructure(ptr, typeof(WLAN_CONNECTION_ATTRIBUTES));
Dim connection As WLAN_CONNECTION_ATTRIBUTES
connection = DirectCast(Marshal.PtrToStructure(ptr, GetType(WLAN_CONNECTION_ATTRIBUTES)), WLAN_CONNECTION_ATTRIBUTES) |