1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<title>FS_NotifyArchiveAsyncEnd</title>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">FS_NotifyArchiveAsyncEnd <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></h1>
15<h2>Syntax</h2>
16
17<dl>
18  <dd>
19<CODE>#include &lt;nitro/fs.h&gt;</CODE><BR>
20  <BR>
21  <CODE>void	FS_NotifyArchiveAsyncEnd(<A href="../fs_archive_type.html">FSArchive</a> *p_arc, <A href="../fs_result_const.html">FSResult</a> ret);</CODE><br>
22  <br>
23  </dd>
24</dl>
25
26<h2>Arguments</h2>
27<TABLE border="1" width="100%">
28  <TBODY>
29    <TR>
30      <TD width="13%"><EM><STRONG><code><EM><STRONG>p_arc</STRONG></EM></code></STRONG></EM></TD>
31      <TD width="87%">Address of the <A href="../fs_archive_type.html"><code>FSArchive</code></a> structure.</TD>
32    </TR>
33    <TR>
34      <TD width="13%"><EM><STRONG>ret</STRONG></EM></TD>
35      <TD width="87%">The result of the completed asynchronous processing.</TD>
36    </TR>
37  </TBODY>
38</TABLE>
39
40<h2>Return Values</h2>
41<p>None.</p>
42
43<H2>Description</H2>
44<P>This function is called to notify the archive that <code>FS_RESULT_PROC_ASYNC</code> has been returned by a read/write callback or user procedure and the asynchronously executed process has completed. <BR>
45</P>
46<h2>Note</h2>
47<P>
48If you want to execute another asynchronous command from within this function, be sure the command call begins before the process returns from this function. If the remaining commands are all synchronous commands, the process leaves things as they are and returns. <BR>
49</P>
50<h2>See Also</h2>
51<p><code><a href="../fs_archive_type.html">FSArchive</a></code>, <code><a href="../fs_archive_proc_func_type.html">FS_ARCHIVE_PROC_FUNC</a></code>, <code><a href="../fs_archive_rw_func_type.html">FS_ARCHIVE_READ_FUNC</a></code>, <code><a href="../fs_archive_rw_func_type.html">FS_ARCHIVE_WRITE_FUNC</a></code></P>
52<H2>Revision History</H2>
53<P>2004/07/12 Initial version.</P>
54<hr><p>CONFIDENTIAL</p></body>
55</html>
56