IPXC_Bookmark::Actions Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 12: Line 12:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_Bookmark|IPXC_Bookmark]].
+
[[PXV:IPXC_Bookmark|IPXC_Bookmark]]

Revision as of 04:16, 23 May 2015

Gets/sets actions list of the bookmark. Returns S_OK when successful.

Syntax

HRESULT get_Actions([out, retval]  IPXC_ActionsList**  ppActions);
HRESULT put_Actions([in]  IPXC_ActionsList*  ppActions);

See Also

IPXC_Bookmark