IPXC_DocumentProps::OpenActions Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_DocumentProps::OpenActions Property}}
 
{{#customTitle:IPXC_DocumentProps::OpenActions Property}}
{{#parentPage:PXV:IPXC_DocumentProps|OpenActions Property|property}}
+
{{#parentPage:PXV:IPXC_DocumentProps#Properties|OpenActions|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_OpenActions([out, retval]  IPXC_ActionsList**  ppAList);
+
<pre class="brush:cpp;gutter:false">HRESULT get_OpenActions([out, retval]  IPXC_ActionsList**  pAList);
HRESULT put_OpenActions([in]  IPXC_ActionsList*  ppAList);
+
HRESULT put_OpenActions([in]  IPXC_ActionsList*  pAList);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_DocumentProps|IPXC_DocumentProps]].
+
[[PXV:IPXC_DocumentProps|IPXC_DocumentProps]]

Latest revision as of 03:26, 15 June 2015


Property OpenActions of interface IPXC_DocumentProps returns/sets Pointer to IPXC_ActionsList ...

Syntax

HRESULT get_OpenActions([out, retval]  IPXC_ActionsList**  pAList);
HRESULT put_OpenActions([in]  IPXC_ActionsList*  pAList);

See Also

IPXC_DocumentProps