Jo gut das geht aber was mich jetzt noch immer verärgert ist das strProfileName immer noch leer ist
Delphi-Quellcode:
Tndu_WLAN_AVAILABLE_NETWORK = record
strProfileName: array[0..NDU_WLAN_MAX_NAME_LENGTH - 1] of wchar;
dot11Ssid: Tndu_DOT11_SSID;
dot11BssType: Tndu_DOT11_BSS_TYPE;
uNumberOfBssids: ulong;
bNetworkConnectable: Bool;
wlanNotConnectableReason: Tndu_WLAN_REASON_CODE;
uNumberOfPhyTypes: ulong;
dot11PhyTypes: array[0..WLAN_MAX_PHY_TYPE_NUMBER -1] of Tndu_DOT11_PHY_TYPE;
bMorePhyTypes: Bool;
wlanSignalQuality: Tndu_WLAN_SIGNAL_QUALITY;
bSecurityEnabled: Bool;
dot11DefaultAuthAlgorithm: Tndu_DOT11_AUTH_ALGORITHM;
dot11DefaultCipherAlgorithm: Tndu_DOT11_CIPHER_ALGORITHM;
dwFlags: DWORD;
dwReserved: DWORD;
end;
Hat jemand eine Idee ?
Programmieren ..... .