Discussion:
I need the call to WSD
(too old to reply)
T
2021-10-18 00:57:32 UTC
Permalink
Here is Windows explorer discovering my Samba server
using WSD.

https://ibb.co/SwWqjkk

How do I discover an IP from the command line with WDS?
Which API call is Windows Explorer using?
JJ
2021-10-18 08:19:33 UTC
Permalink
Post by T
Here is Windows explorer discovering my Samba server
using WSD.
https://ibb.co/SwWqjkk
How do I discover an IP from the command line with WDS?
Which API call is Windows Explorer using?
WSD API
T
2021-10-18 08:47:03 UTC
Permalink
Post by JJ
Post by T
Here is Windows explorer discovering my Samba server
using WSD.
https://ibb.co/SwWqjkk
How do I discover an IP from the command line with WDS?
Which API call is Windows Explorer using?
WSD API
I think this is it:

https://docs.microsoft.com/en-us/windows/win32/api/wsddisco/nn-wsddisco-iwsdiscoveryprovider
T
2021-10-19 01:22:51 UTC
Permalink
Post by T
Post by JJ
Post by T
Here is Windows explorer discovering my Samba server
using WSD.
https://ibb.co/SwWqjkk
How do I discover an IP from the command line with WDS?
Which API call is Windows Explorer using?
WSD API
https://docs.microsoft.com/en-us/windows/win32/api/wsddisco/nn-wsddisco-iwsdiscoveryprovider
Is this it?

https://docs.microsoft.com/en-us/dotnet/api/system.net.dns.gethostentry?view=net-5.0

not sure it using wsd

Loading...