IAFS_FileCacheEntry::Name Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 5: Line 5:
 
{{ToReview}}
 
{{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* ppRes);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IAFS_FileCacheEntry|IAFS_FileCacheEntry]].
 
See also [[PXV:IAFS_FileCacheEntry|IAFS_FileCacheEntry]].

Revision as of 08:52, 21 April 2015


Property Name of interface IAFS_FileCacheEntry returns Value of BSTR ...


Syntax

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

See Also

See also IAFS_FileCacheEntry.