IPXV_Tool::Name 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:IPXV_Tool::Name Property}}
 
{{#customTitle:IPXV_Tool::Name Property}}
{{#parentPage:PXV:IPXV_Tool#Properties|Name Property|property}}
+
{{#parentPage:PXV:IPXV_Tool#Properties|Name|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Name''' of interface [[PXV:IPXV_Tool|IPXV_Tool]] returns  Value of BSTR ...
+
Property '''sName''' of interface [[PXV:IPXV_Tool|IPXV_Tool]] 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 ==
[[PXV:IPXV_Tool|IPXV_Tool]].
+
[[PXV:IPXV_Tool|IPXV_Tool]]

Latest revision as of 04:08, 15 June 2015


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

Syntax

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

See Also

IPXV_Tool