⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 slpfindscopes.html

📁 SLP协议在linux下的实现。此版本为1.2.1版。官方网站为www.openslp.org
💻 HTML
字号:
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"><html><head>   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">   <meta name="GENERATOR" content="Mozilla/4.77C-CCK-MCD Caldera Systems OpenLinux [en] (X11; U; Linux 2.4.2 i686) [Netscape]">   <title>OpenSLP Programmers Guide - SLPFindScopes()</title></head><body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000"><h2>SLPFindScopes</h2><hr WIDTH="100%"><h3>Declaration</h3><tt>#include &lt;slp.h></tt><p><tt><a href="/SLPError.html">SLPError</a> SLPFindScopes( SLPHandle <a href="#hslp">hslp</a>,</tt><br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;char** <a href="#scopelist">scopelist</a> )</tt><br>&nbsp;<h3>Description</h3>Sets the scopelist parameter to a pointer to a comma separated list ofall available scope values.&nbsp; The most desirable values are alwaysplaced first in the list.&nbsp; There is always one value, "DEFAULT", inthe list.<br>&nbsp;<h3>Parameters</h3><table BORDER CELLPADDING=5 NOSAVE ><tr VALIGN=TOP NOSAVE><td><a NAME="hslp"></a><tt>hslp</tt></td><td NOSAVE>Pointer to the string to be un-escaped</td></tr><tr VALIGN=TOP NOSAVE><td NOSAVE><a NAME="scopelist"></a><tt>scopelist</tt></td><td NOSAVE>Pointer to a pointer for the dynamically allocated list of scopes.&nbsp;The memory should be freed by a call to <tt><a href="SLPFree.html">SLPFree()</a></tt>when no longer needed.</td></tr></table><h3>Returns</h3><table BORDER NOSAVE ><tr NOSAVE><td NOSAVE>SLP_OK</td><td>Indicates that the no error occurred during the operation.</td></tr><tr><td>SLP_NETWORK_TIMED_OUT</td><td>When no reply can be obtained in the time specified by the configuredtimeout interval for a unicast request, this error is returned.&nbsp; Inother words, slpd is running, but something is wrong with it</td></tr><tr><td>SLP_NETWORK_INIT_FAILED</td><td>If the network cannot initialize properly, this error is returned.Will also be returned if an SA or DA agent (slpd) can not be contacted.&nbsp;slpd must be running in order to call SLPReg() or SLPDereg().</td></tr><tr><td>SLP_MEMORY_ALLOC_FAILED&nbsp;</td><td>Out of memory error</td></tr><tr><td>SLP_NETWORK_ERROR</td><td>The failure of networking during normal operations causes this errorto be returned.&nbsp; In OpenSLP, this is the error you'll get if an underlyingsocket() call failed.</td></tr><tr><td>SLP_INTERNAL_SYSTEM_ERROR</td><td>A basic failure of the API causes this error to be returned. This occurswhen a system call or library fails. The operation could not recover.</td></tr></table><h3>Status</h3><table CELLPADDING=5 NOSAVE ><tr VALIGN=TOP NOSAVE><td NOSAVE>OpenSLP 0.8.0</td><td NOSAVE>Fully implemented as specified by RFC 2608.</td></tr></table><h3>See Also</h3><a href="doc/html/UsersGuide/index.html">Open SLP Users Guide</a></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -