文件名称:dnssd-uwp:该项目不再受支持。 它仅是示例代码
文件大小:96KB
文件格式:ZIP
更新时间:2024-06-03 06:11:32
C++
dnssd-uwp DLL 该项目不再受支持。 它仅是示例代码。 这个GitHub dnssd-uwp项目将Windows运行时 API 在Win32 DLL中,该文件可以由标准Win32应用程序动态加载。 如果应用程序在装有Windows 10的设备上运行,则DLL将被加载,您将能够通过DLL导出的C接口使用Windows :: Networking :: ServiceDiscovery :: Dnssd API。 如果您的应用程序在装有Windows 7或Windows 8 / 8.1的设备上运行,则不会加载winrtmidi DLL。 您的应用程序将需要在尝试加载DLL之前测试它是否在Windows 10上运行(请参阅下面的)。 Windows :: Networking :: ServiceDiscovery :: Dnssd API仅在运行Windows 10的设备上可用。
【文件预览】:
dnssd-uwp-master
----.gitignore(3KB)
----dnssd-uwp.sln(2KB)
----DnssdClient()
--------DnssdClient.cpp(4KB)
--------DnssdClient.vcxproj.filters(2KB)
--------stdafx.h(305B)
--------app.manifest(848B)
--------DnssdClient.vcxproj(10KB)
--------stdafx.cpp(290B)
--------targetver.h(306B)
--------main.cpp(4KB)
--------DnssdClient.h(2KB)
----LICENSE(1KB)
----nuget()
--------winrtmidi.nuspec(2KB)
--------build-nupkg.cmd(2KB)
--------winrtmidi.targets(805B)
--------VERSION(6B)
--------download-nuget.cmd(117B)
----README.md(8KB)
----Images()
--------manifest.png(15KB)
--------properties.png(31KB)
--------dllloaderror.png(24KB)
----dnssd()
--------dnssd.vcxproj(10KB)
--------DnssdServiceWatcher.h(4KB)
--------DnssdUtils.h(1023B)
--------dnssd.vcxproj.filters(2KB)
--------DnssdServiceWatcher.cpp(9KB)
--------DnssdUtils.cpp(2KB)
--------stdafx.h(403B)
--------stdafx.cpp(284B)
--------dnssd.cpp(3KB)
--------targetver.h(306B)
--------WindowsVersionHelper.h(3KB)
--------dnssd.h(4KB)
--------DnssdService.h(2KB)
--------DnssdService.cpp(4KB)