82 lines
4.1 KiB
HTML
82 lines
4.1 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
|
|
<title>SNADS File Server Object APIs</title>
|
|
<!-- Begin Header Records ========================================= -->
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<!-- Change History: -->
|
|
<!-- YYMMDD USERID Change description -->
|
|
<!-- OFF4A SCRIPT A converted by B2H R4.1 (346) (CMS) by HOLTJM at -->
|
|
<!-- RCHVMW2 on 4 Feb 1999 at 15:00:09 -->
|
|
<!-- File Edited November 2001 -->
|
|
<!-- 031111 JETAYLOR replaced API and/or Exit listings with -->
|
|
<!-- pagegenerator output from javascript array -->
|
|
<!-- End Header Records -->
|
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</head>
|
|
<body>
|
|
<!-- Java sync-link -->
|
|
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript">
|
|
</script>
|
|
|
|
|
|
|
|
<h2>SNADS File Server Object APIs</h2>
|
|
|
|
<p>The SNADS file server object APIs would be used if you were dealing with
|
|
AnyMail/400 mail server framework (MSF) messages that contained SNADS
|
|
attachments. You would use the file server object read API if the MSF message
|
|
was originated by OfficeVision<sup>(R)</sup> or object distribution. You would
|
|
use the create and write APIs if the MSF message was destined for an OfficeVision
|
|
or an object distribution user, or if you want to temporarily store attachments.</p>
|
|
|
|
<p>With the SNADS file server interface, you can create and manipulate either
|
|
SNADS general file server objects or Document Interchange Architecture (DIA)
|
|
file server objects. A file server object (FSO) in this context is used by
|
|
SNADS and by applications like object distribution and OfficeVision to store
|
|
data associated with a message (for example, an OfficeVision note).</p>
|
|
|
|
<p>Although SNADS general file server objects and DIA file server objects are
|
|
manipulated using the same interface, they differ in content.</p>
|
|
|
|
<p>For additional information, see <a href="off4b.htm">File Server Objects.</a></p>
|
|
|
|
<p>The SNADS file server object APIs are:</p>
|
|
|
|
<!-- ***** NOTE ***** Do not manually update text or links in this section. -->
|
|
<!-- Updates made in this section *will* be overlaid by automated tools -->
|
|
<!-- Notify User Technologies of needed updates to be made in XML for API finder.-->
|
|
<!--***************API BEGIN PASTE***************-->
|
|
<ul>
|
|
<li><A HREF="QZDASNID.htm">Assign SNADS File Server Object Access ID</A> (QZDASNID) assigns an access ID to a specific file server object (FSO).</li>
|
|
<li><A HREF="QZDCRFSO.htm">Create SNADS File Server Object</A> (QZDCRFSO) allows a user to create an FSO on the server.</li>
|
|
<li><A HREF="QZDLSTID.htm">List SNADS File Server Object Access IDs</A> (QZDLSTID) lists the current accesses owned by the specified product.</li>
|
|
<li><A HREF="QZDRDFSO.htm">Read SNADS File Server Object</A> (QZDRDFSO) provides functions for reading a file server object on the server.</li>
|
|
<li><A HREF="QZDRTVID.htm">Retrieve SNADS File Server Object Access ID</A> (QZDRTVID) allows the caller to retrieve information about one access ID.</li>
|
|
<li><A HREF="QZDRVKID.htm">Revoke SNADS File Server Object Access ID</A> (QZDRVKID) revokes an access ID to a specific file server object that was previously assigned.</li>
|
|
<li><A HREF="QZDWTFSO.htm">Write to SNADS File Server Object</A> (QZDWTFSO) provides functions for writing to a file server object on the system.</li>
|
|
</ul>
|
|
<!--***************API END PASTE***************-->
|
|
|
|
<br>
|
|
|
|
<hr>
|
|
<center>
|
|
<table cellpadding="2" cellspacing="2">
|
|
<tr align="center">
|
|
<td valign="middle" align="center">
|
|
<a href="#Top_Of_Page">Top</a> |
|
|
<a href="off1.htm">Office APIs</a> |
|
|
<a href="aplist.htm">APIs by category</a></td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|
|
|