1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
5<meta http-equiv="Content-Style-Type" content="text/css" />
6<title>FS_UnregisterEventHook</title>
7<link rel="stylesheet" href="../../css/nitro.css" type="text/css" />
8</head>
9<body>
10
11<h1>FS_UnregisterEventHook <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></h1>
12<h2>Syntax</h2>
13
14<pre><code>
15#include &lt;nitro/fs.h&gt;
16
17void FS_UnregisterEventHook(FSEventHook *hook);
18</code></pre>
19
20
21<h2>Arguments</h2>
22<table style="width:100%">
23<tbody>
24<tr>
25<td style="width:13%"><em><strong>hook</strong></em></td>
26<td style="width:87%">Pointer to the hook structure used during registration with <code><a href="FS_RegisterEventHook.html">FS_RegisterEventHook()</a></code>.</td>
27</tr>
28</tbody>
29</table>
30
31<h2>Return Values</h2>
32<p>None.</p>
33
34<h2>Description</h2>
35<p>Unregisters an archive-monitoring hook that was registered using <code><a href="FS_RegisterEventHook.html">FS_RegisterEventHook()</a></code>.</p>
36
37<h2>See Also</h2>
38<p><code><a href="FS_RegisterEventHook.html">FS_RegisterEventHook</a></code></p>
39
40<h2>Revision History</h2>
41<p>
422007/12/06 Initial version.
43</p>
44<hr><p>CONFIDENTIAL</p></body>
45</html>
46