
##################
A3DFileContextData
##################

.. c:struct:: A3DFileContextData

   A structure that specifies the file contexts It is used to by::c:func:`~A3DAsmGetFilesContextsFromModelFile`\ .
   
   
      8.1
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DFileContextData.m_pcFileName`
   * :c:member:`~A3DFileContextData.m_uiNbContexts`
   * :c:member:`~A3DFileContextData.m_apcContexts`
   
   



.. rst-class:: kind-group kind-variable

.. rubric:: Variables
   :class: kind-group-title


.. c:member:: A3DUTF8Char* A3DFileContextData.m_pcFileName

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ \*
      
      Name of the concerned file.
      



.. c:member:: A3DUns32 A3DFileContextData.m_uiNbContexts

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      Number of contexts for this file.
      



.. c:member:: A3DUTF8Char** A3DFileContextData.m_apcContexts

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ \*\*
      
      Contexts for this file.
      




