46 lines
4.1 KiB
HTML
46 lines
4.1 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2005" />
|
|
<meta name="DC.rights.owner" content="(C) Copyright IBM Corporation 2005" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="concept" />
|
|
<meta name="DC.Title" content="Description of IA4PropSheetNotify interface" />
|
|
<meta name="abstract" content="Like the IA4HierarchyFolder interface, the IA4PropSheetNotify interface describes a set of functions that the independent software vendor will implement. IA4PropSheetNotify is a COM interface IBM defined to allow third parties to add new property pages to any property sheet that the iSeries Navigator defines for an iSeries server user." />
|
|
<meta name="description" content="Like the IA4HierarchyFolder interface, the IA4PropSheetNotify interface describes a set of functions that the independent software vendor will implement. IA4PropSheetNotify is a COM interface IBM defined to allow third parties to add new property pages to any property sheet that the iSeries Navigator defines for an iSeries server user." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakxcomint.htm" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzakxdescia4propsheet" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- 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. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Description of IA4PropSheetNotify interface</title>
|
|
</head>
|
|
<body id="rzakxdescia4propsheet"><a name="rzakxdescia4propsheet"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Description of IA4PropSheetNotify interface</h1>
|
|
<div><p>Like the IA4HierarchyFolder interface, the IA4PropSheetNotify interface describes a set of functions that the independent software vendor will implement. IA4PropSheetNotify is a COM interface IBM<sup>®</sup> defined to allow third parties to add new property pages to any property sheet that the iSeries™ Navigator defines for an iSeries server user.</p>
|
|
<p>The iSeries Navigator program calls the methods on the IA4PropSheetNotify interface whenever it needs to communicate with
|
|
the third-party plug-in. The purpose of the interface is to provide notification when the main Properties dialog for an iSeries user
|
|
is closing. The notification indicates whether any changes that are made by the user should be saved or discarded. The intention is that the interface be added to the same implementation class that is used
|
|
for IPropSheetExt.</p>
|
|
<p>The interface implementation is compiled and linked into the ActiveX server DLL for the plug-in. The Navigator learns of the existence of the new DLL by means of entries in the Windows<sup>®</sup> registry. These entries specify the location of the DLL on the user's personal computer. The Navigator then loads
|
|
the DLL at the appropriate time, calling methods on the IA4PropSheetNotify interface as needed.</p>
|
|
<p>CWBA4HYF.H contains declarations of the interface prototype and associated data structures and return codes.</p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakxcomint.htm" title="The functions implemented by a plug-in logically are grouped into Component Object Model (COM) interfaces.">iSeries Navigator COM interfaces for C++</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |