IPXV_AnnotHandler::NewAnnotIntent Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 6: Line 6:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_NewAnnotIntent(BSTR* ppAnnotIntent);
+
<pre class="brush:cpp;gutter:false">HRESULT get_NewAnnotIntent([out, retval] BSTR* ppAnnotIntent);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXV_AnnotHandler|IPXV_AnnotHandler]].
 
See also [[PXV:IPXV_AnnotHandler|IPXV_AnnotHandler]].

Revision as of 23:42, 13 April 2015

Property NewAnnotIntent of interface IPXV_AnnotHandler returns Value of BSTR ...


Syntax

HRESULT get_NewAnnotIntent([out, retval] BSTR* ppAnnotIntent);

See Also

See also IPXV_AnnotHandler.