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 |
Detailed Description
A structure that specifies the file contexts It is used to by: A3DAsmGetFilesContextsFromModelFile
.
- Version
- 8.1
Field Documentation
◆ m_pcFileName
A3DUTF8Char* A3DFileContextData::m_pcFileName |
Name of the concerned file.
◆ m_uiNbContexts
A3DUns32 A3DFileContextData::m_uiNbContexts |
Number of contexts for this file.
◆ m_apcContexts
A3DUTF8Char** A3DFileContextData::m_apcContexts |
Contexts for this file.