
################
A3DMkpViewCreate
################

.. c:function:: A3DStatus A3DMkpViewCreate(const A3DMkpViewData *pData, A3DMkpView **ppView)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DMkpViewCreate(*const* :c:struct:`~A3DMkpViewData`\ \* **pData**\ , :c:type:`~A3DMkpView`\ \*\* **ppView**\ )
   
   Creates an :c:type:`~A3DMkpView`\ from an :c:struct:`~A3DMkpViewData`\ structure.
   
   **Returns**
   
   
      ``A3D_SUCCESS``\ on success, or an error code on failure
   
   




