
###################
A3DPDFLinkAddAction
###################

.. c:function:: A3DStatus A3DPDFLinkAddAction(A3DPDFLink *pLink, const A3DPDFAction *pAction)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFLinkAddAction(:c:type:`~A3DPDFLink`\ * **pLink**\ , *const* :c:type:`~A3DPDFAction`\ * **pAction**\ )
   
   Adds an action on a link. 
   
   **Parameters**
   
   
      **pLink**\ : The link object to work with. 
   
      **pAction**\ : The action to be stored on the link.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




