You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.5 KiB
58 lines
1.5 KiB
<!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>
|