IAFS_FileCache::TempFileName Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IAFS_FileCache::TempFileName Property}}
 
{{#customTitle:IAFS_FileCache::TempFileName Property}}
{{#parentPage:PXV:IAFS_FileCache#Properties|TempFileName Property|property}}
+
{{#parentPage:PXV:IAFS_FileCache#Properties|TempFileName|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_TempFileName([out, retval]  BSTR*  ppRes);
+
<pre class="brush:cpp;gutter:false">HRESULT get_TempFileName([out, retval]  BSTR*  sRes);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IAFS_FileCache|IAFS_FileCache]].
+
[[PXV:IAFS_FileCache|IAFS_FileCache]]

Latest revision as of 03:09, 15 June 2015


Property TempFileName of interface IAFS_FileCache returns Value of BSTR ...

Syntax

HRESULT get_TempFileName([out, retval]  BSTR*  sRes);

See Also

IAFS_FileCache