IPXC_DocumentProps::OpenActions Property
From PDF XChange PDF SDK
m (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_OpenActions([out, retval] IPXC_ActionsList** | + | <pre class="brush:cpp;gutter:false">HRESULT get_OpenActions([out, retval] IPXC_ActionsList** pAList); |
− | HRESULT put_OpenActions([in] IPXC_ActionsList* | + | HRESULT put_OpenActions([in] IPXC_ActionsList* pAList); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_DocumentProps|IPXC_DocumentProps]] | [[PXV:IPXC_DocumentProps|IPXC_DocumentProps]] |
Latest revision as of 02: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);