IPXC_Bookmark::Actions Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXC_Bookmark::Actions Property}}
 
{{#customTitle:IPXC_Bookmark::Actions Property}}
 
{{#parentPage:PXV:IPXC_Bookmark|Actions Property|property}}
 
{{#parentPage:PXV:IPXC_Bookmark|Actions Property|property}}
{{ToReview}}
+
 
  
 
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.

Revision as of 16:41, 20 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.