IAFS_FileCacheEntry::Name Property

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

Syntax

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

See Also

IAFS_FileCacheEntry