1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
<!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.79 [en] (X11; U; Linux 2.4.18-10smp i686) [Netscape]">
<title>OpenSLP Programmers Guide - SLPFree()</title>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
<h2>
SLPFree</h2>
<hr WIDTH="100%">
<h3>
Declaration</h3>
<tt>#include <slp.h></tt>
<p><tt>void SLPFree( void* <a href="#srvurl">mem</a>)</tt>
<h3>
Description</h3>
Frees memory that was returned from <tt><a href="SLPParseSrvURL.html">SLPParseSrvURL()</a></tt>,
<tt><a href="SLPFindScopes.html">SLPFindScopes()</a></tt>,
<tt><a href="SLPEscape.html">SLPEscape()</a></tt>,
and <tt><a href="SLPUnescape.html">SLPUnescape()</a></tt>
<br>
<h3>
Parameters</h3>
<table BORDER CELLPADDING=5 NOSAVE >
<tr VALIGN=TOP NOSAVE>
<td NOSAVE><a NAME="srvurl"></a><tt>mem</tt></td>
<td NOSAVE>A pointer to the memory to free</td>
</tr>
</table>
<h3>
Returns</h3>
None
<br>
<h3>
Status</h3>
<table CELLPADDING=5 NOSAVE >
<tr VALIGN=TOP NOSAVE>
<td NOSAVE>OpenSLP 0.6.0</td>
<td NOSAVE>Fully implemented as specified by RFC 2614.</td>
</tr>
</table>
<h3>
See Also</h3>
<tt><a href="SLPParseSrvURL.html">SLPParseSrvURL()</a></tt>, <tt><a href="SLPFindScopes.html">SLPFindScopes()</a></tt>,
<tt><a href="SLPEscape.html">SLPEscape()</a></tt>,
<tt><a href="SLPUnescape.html">SLPUnescape()</a></tt>
</body>
</html>
|