IAFS_FileSys::Name Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IAFS_FileSys::Name Property}}
 
{{#customTitle:IAFS_FileSys::Name Property}}
{{#parentPage:PXV:IAFS_FileSys|property}}
+
{{#parentPage:PXV:IAFS_FileSys#Properties|Name|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Name''' of interface [[PXV:IAFS_FileSys|IAFS_FileSys]] returns  Value of BSTR ...
+
Property '''sName''' of interface [[PXV:IAFS_FileSys|IAFS_FileSys]] returns  Value of BSTR ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Name([out, retval] BSTR* ppName);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Name([out, retval] BSTR* sName);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IAFS_FileSys|IAFS_FileSys]].
+
[[PXV:IAFS_FileSys|IAFS_FileSys]]

Latest revision as of 03:10, 15 June 2015


Property sName of interface IAFS_FileSys returns Value of BSTR ...

Syntax

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

See Also

IAFS_FileSys