A3DFileContextData Struct Reference
A structure that specifies the file contexts It is used to by: A3DAsmGetFilesContextsFromModelFile
.
More...
Data Fields | |
A3DUTF8Char ** | m_apcContexts |
A3DUTF8Char * | m_pcFileName |
A3DUns32 | m_uiNbContexts |
A3DUns16 | m_usStructSize |
Detailed Description
A structure that specifies the file contexts It is used to by: A3DAsmGetFilesContextsFromModelFile
.
- Version
- 8.1
Field Documentation
A3DUns16 A3DFileContextData::m_usStructSize |
Reserved; must be initialized by A3D_INITIALIZE_DATA.
A3DUTF8Char* A3DFileContextData::m_pcFileName |
Name of the concerned file.
A3DUns32 A3DFileContextData::m_uiNbContexts |
Number of contexts for this file.
A3DUTF8Char** A3DFileContextData::m_apcContexts |
Contexts for this file.