IPXC_Bookmark::Actions Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Bookmark::Actions Property}} | {{#customTitle:IPXC_Bookmark::Actions Property}} | ||
− | {{#parentPage:PXV:IPXC_Bookmark|Actions | + | {{#parentPage:PXV:IPXC_Bookmark#Properties|Actions|property}} |
− | + | ||
Gets/sets [[PXV:IPXC_ActionsList|actions list]] of the bookmark. Returns S_OK when successful. | Gets/sets [[PXV:IPXC_ActionsList|actions list]] of the bookmark. Returns S_OK when successful. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Actions([out, retval] IPXC_ActionsList** | + | <pre class="brush:cpp;gutter:false">HRESULT get_Actions([out, retval] IPXC_ActionsList** pActions); |
− | HRESULT put_Actions([in] IPXC_ActionsList* | + | HRESULT put_Actions([in] IPXC_ActionsList* pActions); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXC_Bookmark|IPXC_Bookmark]] | + | [[PXV:IPXC_Bookmark|IPXC_Bookmark]] |
Latest revision as of 02:21, 15 June 2015
Gets/sets actions list of the bookmark. Returns S_OK when successful.
Syntax
HRESULT get_Actions([out, retval] IPXC_ActionsList** pActions); HRESULT put_Actions([in] IPXC_ActionsList* pActions);