IAFS_FileCache::NeedToFlush 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_FileCache::NeedToFlush Property}}
 
{{#customTitle:IAFS_FileCache::NeedToFlush Property}}
 +
{{#parentPage:PXV:IAFS_FileCache#Properties|NeedToFlush|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''NeedToFlush''' of interface [[PXV:IAFS_FileCache|IAFS_FileCache]] returns  Value of VARIANT_BOOL ...
 
Property '''NeedToFlush''' of interface [[PXV:IAFS_FileCache|IAFS_FileCache]] returns  Value of VARIANT_BOOL ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_NeedToFlush([out, retval] VARIANT_BOOL* pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_NeedToFlush([out, retval] VARIANT_BOOL* bVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IAFS_FileCache|IAFS_FileCache]].
+
[[PXV:IAFS_FileCache|IAFS_FileCache]]

Latest revision as of 03:09, 15 June 2015


Property NeedToFlush of interface IAFS_FileCache returns Value of VARIANT_BOOL ...

Syntax

HRESULT get_NeedToFlush([out, retval]  VARIANT_BOOL*  bVal);

See Also

IAFS_FileCache