remove support for 'trademark files'
[unleashed/tickless.git] / share / man / man3dns_sd / DNSServiceProcessResult.3dns_sd
blob8b308a3b75720dd781bb3ce8f8f10c31cb1cd672
1 '\" te
2 .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH DNSSERVICEPROCESSRESULT 3DNS_SD "Aug 20, 2007"
7 .SH NAME
8 DNSServiceProcessResult \- process results and invoke callback
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-ldns_sd\fR [ \fIlibrary\fR ... ]
13 #include <dns_sd.h>
15 \fBDNSServiceErrorType\fR \fBDNSServiceProcessResult\fR (\fBDNSServiceRef\fR \fIsdRef\fR);
16 .fi
18 .SH DESCRIPTION
19 .sp
20 .LP
21 The \fBDNSServiceProcessResult()\fR call reads the returned results from the
22 \fBmDNS\fR daemon and invokes the specified application callback. The
23 \fIsdRef\fR points to a \fBDNSServiceRef\fR initialized by any of the
24 \fBDNSService\fR calls that take a \fIcallback\fR parameter. The
25 \fBDNSServiceProcessResult()\fR call blocks until data is received from the
26 \fBmDNS\fR daemon. The application is responsible for ensuring that
27 \fBDNSServiceProcessResult()\fR is called whenever there is a reply from the
28 daemon. The daemon may terminate its connection with a client that does not
29 process the daemon's responses.
30 .SH RETURN VALUES
31 .sp
32 .LP
33 The \fBDNSServiceProcessResult()\fR call returns \fBkDNSServiceErr_NoError\fR
34 on success. Otherwise, an error code defined in \fB<dns_sd.h>\fR is returned to
35 indicate the specific failure that has occurred.
36 .SH ATTRIBUTES
37 .sp
38 .LP
39 See \fBattributes\fR(5) for description of the following attributes:
40 .sp
42 .sp
43 .TS
44 box;
45 c | c
46 l | l .
47 ATTRIBUTE TYPE  ATTRIBUTE VALUE
49 Interface Stability     Committed
51 MT-Level        Safe
52 .TE
54 .SH SEE ALSO
55 .sp
56 .LP
57 \fBDNSServiceBrowse\fR(3DNS_SD), \fBDNSServiceRegister\fR(3DNS_SD),
58 \fBattributes\fR(5)