103 lines
6.7 KiB
HTML
103 lines
6.7 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="IA4HierarchyFolder interface specifications listing" />
|
|
<meta name="abstract" content="An item identifier, or data entity, identifies all folders and objects in the Windows namespace. Item identifiers are like filenames in a hierarchical file system. The Windows namespace is, in fact, a hierarchical namespace with its root at the Desktop." />
|
|
<meta name="description" content="An item identifier, or data entity, identifies all folders and objects in the Windows namespace. Item identifiers are like filenames in a hierarchical file system. The Windows namespace is, in fact, a hierarchical namespace with its root at the Desktop." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakxcomint.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakxia4hfactivate.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakxia4hfbindtolist.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakxia4hfdisplayerrormessage.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakxia4hfgetattributes.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakxia4hfgetcolumndataitem.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakxia4hfgetcolumninfo.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakxia4hfgeticonindexof.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakxia4hfgetitemcount.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakxia4hfgettoolbarinfo.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakxia4hfgetlistobject.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakxia4hfitemat.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakxia4hfprocessterminating.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakxia4hfrefresh.htm" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzakxia4hierarchyifspec" />
|
|
<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>IA4HierarchyFolder interface specifications listing</title>
|
|
</head>
|
|
<body id="rzakxia4hierarchyifspec"><a name="rzakxia4hierarchyifspec"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">IA4HierarchyFolder interface specifications listing</h1>
|
|
<div><p>An item identifier, or data entity, identifies all folders and
|
|
objects in the Windows<sup>®</sup> namespace. Item identifiers are like filenames
|
|
in a hierarchical file system. The Windows namespace is, in fact, a hierarchical
|
|
namespace with its root at the Desktop.</p>
|
|
<p>An item identifier consists of a two-byte count field that is followed
|
|
by a binary data structure of variable length (see the SHITEMID structure
|
|
in the Microsoft<sup>®</sup> header file SHLOBJ.H). This item identifier
|
|
uniquely describes an object relative to the parent folder of the object.</p>
|
|
<p>The iSeries™ Navigator
|
|
uses item identifiers that adhere to the following given structure that must
|
|
be returned by IA4HierarchyFolder::ItemAt.</p>
|
|
<pre><cb><item name>\x01<item type>\x02<item
|
|
index></pre>
|
|
<p>where</p>
|
|
<p><tt><cb></tt> is the size in bytes of the item identifier, including
|
|
the count field itself</p>
|
|
<p><tt><item name></tt> is the translated name of the object, suitable
|
|
for displaying to the user</p>
|
|
<p><tt><item type></tt> is a unique language-independent string that
|
|
identifies the object type. It must be at least four characters in length.</p>
|
|
<p><tt><item index></tt> is the zero-based index that identifies the
|
|
position of the object within the list of parent folder objects.</p>
|
|
<p>Link to any of the following IA4HierarchyFolder specifications:</p>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rzakxia4hfactivate.htm">IA4HierarchyFolder::Activate</a></strong><br />
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="rzakxia4hfbindtolist.htm">IA4HierarchyFolder::BindToList</a></strong><br />
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="rzakxia4hfdisplayerrormessage.htm">IA4HierarchyFolder::DisplayErrorMessage</a></strong><br />
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="rzakxia4hfgetattributes.htm">IA4HierarchyFolder::GetAttributesOf</a></strong><br />
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="rzakxia4hfgetcolumndataitem.htm">IA4HierarchyFolder::GetColumnDataItem</a></strong><br />
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="rzakxia4hfgetcolumninfo.htm">IA4HierarchyFolder::GetColumnInfo</a></strong><br />
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="rzakxia4hfgeticonindexof.htm">IA4HierarchyFolder::GetIconIndexOf</a></strong><br />
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="rzakxia4hfgetitemcount.htm">IA4HierarchyFolder::GetItemCount</a></strong><br />
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="rzakxia4hfgettoolbarinfo.htm">IA4HierarchyFolder::GetToolBarInfo</a></strong><br />
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="rzakxia4hfgetlistobject.htm">IA4HierarchyFolder::GetListObject</a></strong><br />
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="rzakxia4hfitemat.htm">IA4HierarchyFolder::ItemAt</a></strong><br />
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="rzakxia4hfprocessterminating.htm">IA4HierarchyFolder::ProcessTerminating</a></strong><br />
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="rzakxia4hfrefresh.htm">IA4HierarchyFolder::Refresh</a></strong><br />
|
|
</li>
|
|
</ul>
|
|
|
|
<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> |