IPXC_Annotation::OnValue Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_OnValue([out, retval]  BSTR*  pOnValue);
+
<pre class="brush:cpp;gutter:false">HRESULT get_OnValue([out, retval]  BSTR*  sOnValue);
HRESULT put_OnValue([in]  BSTR  pOnValue);
+
HRESULT put_OnValue([in]  BSTR  sOnValue);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Annotation|IPXC_Annotation]]
 
[[PXV:IPXC_Annotation|IPXC_Annotation]]

Latest revision as of 04:48, 20 February 2017


Property OnValue of interface IPXC_Annotation returns/sets Value of BSTR ...

Syntax

HRESULT get_OnValue([out, retval]  BSTR*  sOnValue);
HRESULT put_OnValue([in]  BSTR  sOnValue);

See Also

IPXC_Annotation