IAFS_FileCachesMap::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 6: Line 6:
  
 
== 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** ppRes);
 
</pre>
 
</pre>
  

Revision as of 02:30, 14 April 2015

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


Syntax

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

Parameters

nIndex
[in] Value of ULONG.

See Also

See also IAFS_FileCachesMap.