IPXC_Annotation::ReplyType 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_ReplyType([in] PXC_ReplyType* pType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ReplyType([out, retval] PXC_ReplyType* pType);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_Annotation|IPXC_Annotation]].
 
See also [[PXV:IPXC_Annotation|IPXC_Annotation]].

Revision as of 00:01, 14 April 2015

Property ReplyType of interface IPXC_Annotation returns Value of PXC_ReplyType ...


Syntax

HRESULT get_ReplyType([out, retval] PXC_ReplyType* pType);

See Also

See also IPXC_Annotation.