IAFS_FileCacheEntry::Cache Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IAFS_FileCacheEntry::Cache Property}}
 
{{#customTitle:IAFS_FileCacheEntry::Cache Property}}
 +
{{#parentPage:PXV:IAFS_FileCacheEntry#Properties|Cache|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Cache''' of interface [[PXV:IAFS_FileCacheEntry|IAFS_FileCacheEntry]] returns  Pointer to [[PXV:IAFS_FileCache|IAFS_FileCache]] ...
 
Property '''Cache''' of interface [[PXV:IAFS_FileCacheEntry|IAFS_FileCacheEntry]] returns  Pointer to [[PXV:IAFS_FileCache|IAFS_FileCache]] ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Cache([out, retval] IAFS_FileCache** ppRes);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Cache([out, retval] IAFS_FileCache** pRes);
 
</pre>
 
</pre>
  
 
== 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 Cache of interface IAFS_FileCacheEntry returns Pointer to IAFS_FileCache ...

Syntax

HRESULT get_Cache([out, retval]  IAFS_FileCache**  pRes);

See Also

IAFS_FileCacheEntry