WiFi SSID - Windows

Hi,
Is it possible to list out connected WiFi SSID details on windows in Xojo Desktop application?
I already check in forum and MBS plugin also. but I couldn’t find the same. can anyone help me on this.
Thanks

Check out the command netsh in a command window. You then parse the response after a shell call.

Thanks for response, I get the SSID using below command.
Netsh WLAN show interfaces