IAFS_FileCacheEntry::Item Property

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

Latest revision as of 03:09, 15 June 2015


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

Syntax

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

Parameters

nIndex
[in] Value of ULONG.

See Also

IAFS_FileCacheEntry