IAFS_FileCachesMap::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IAFS_FileCachesMap::Item Property}}
 
{{#customTitle:IAFS_FileCachesMap::Item Property}}
 +
{{#parentPage:PXV:IAFS_FileCachesMap#Properties|Item|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Item''' of interface [[PXV:IAFS_FileCachesMap|IAFS_FileCachesMap]] returns  Pointer to [[PXV:IAFS_FileCacheEntry|IAFS_FileCacheEntry]] ...
 
Property '''Item''' of interface [[PXV:IAFS_FileCachesMap|IAFS_FileCachesMap]] returns  Pointer to [[PXV:IAFS_FileCacheEntry|IAFS_FileCacheEntry]] ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, [out] IAFS_FileCacheEntry** ppRes);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]           ULONG                 nIndex,
 +
                [out, retval] IAFS_FileCacheEntry** pRes);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IAFS_FileCachesMap|IAFS_FileCachesMap]].
+
[[PXV:IAFS_FileCachesMap|IAFS_FileCachesMap]]

Latest revision as of 03:09, 15 June 2015


Property Item of interface IAFS_FileCachesMap returns Pointer to IAFS_FileCacheEntry ...

Syntax

HRESULT get_Item([in]           ULONG                  nIndex,
                 [out, retval]  IAFS_FileCacheEntry**  pRes);

Parameters

nIndex
[in] Value of ULONG.

See Also

IAFS_FileCachesMap