
###################
A3DPDFWidgetGetType
###################

.. c:function:: A3DStatus A3DPDFWidgetGetType(const A3DPDFWidget *pWidget, A3DPDFEWidgetType *peWidgetType)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFWidgetGetType(*const* :c:type:`~A3DPDFWidget`\ * **pWidget**\ , :c:enum:`~A3DPDFEWidgetType`\ * **peWidgetType**\ )
   
   Gets the actual type of the PDF Widget. 
   
   This function returns an integer that specifies a PDF Widget type. The integer corresponds to one of the values described by the :c:enum:`~A3DPDFEWidgetType` enumeration.
   
   **Parameters**
   
   
      **pWidget**\ : The widget. 
   
      **peWidgetType**\ : The widget type.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




