Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.12 KB

dnssdregistrationstatus.md

File metadata and controls

36 lines (24 loc) · 1.12 KB
-api-id -api-type
T:Windows.Networking.ServiceDiscovery.Dnssd.DnssdRegistrationStatus
winrt enum

DnssdRegistrationStatus

-description

Values representing the status of a DNS-SD registration attempt.

Note

Win32 DNS Service Discovery (DNS-SD) APIs are declared in the windns.h header. For example, the Win32 APIs for announcing and discovering services are DnsServiceRegister and DnsServiceBrowse.

-enum-fields

-field Success:0

The service has been registered successfully.

-field InvalidServiceName:1

The service was not registered because the service name provided is not valid.

-field ServerError:2

The service was not registered because of an error on the DNS server.

-field SecurityError:3

The service was not registered because security settings did not allow it.

-remarks

-examples

-see-also