Header file for definitions restricted to Publish Lite. More...
Data Structures | |
struct | A3DVector3dData |
Structure for a 3D vector. More... | |
Typedefs | |
typedef signed char | A3DBool |
typedef void * | A3DPtr |
typedef void | A3DVoid |
typedef signed char | A3DInt8 |
typedef unsigned char | A3DUns8 |
typedef short int | A3DInt16 |
typedef unsigned short int | A3DUns16 |
typedef long int | A3DInt32 |
typedef unsigned long int | A3DUns32 |
typedef float | A3DFloat |
typedef double | A3DDouble |
typedef char | A3DUTF8Char |
typedef char | A3DUniChar |
typedef void | A3DAsmModelFile |
typedef void | A3DRWParamsPrcWriteHelper |
Functions | |
A3DStatus | A3DMiscUTF8ToUnicode (const A3DUTF8Char *pcInputBuffer, A3DUTF8Char acOutputBuffer[]) |
Converts UTF-8 encoded characters to UTF-16 strings on Windows. More... | |
A3DStatus | A3DMiscUnicodeToUTF8 (const A3DUTF8Char *pcInputBuffer, A3DUTF8Char acOutputBuffer[]) |
Converts UTF-16 strings to an array UTF-8 encoded characters on Windows. More... | |
A3DStatus | A3DMiscUTF8ToUTF16 (const A3DUTF8Char *pcInputBuffer, A3DUniChar acOutputBuffer[]) |
Converts a UTF-8 string to a UTF-16 string on Windows. More... | |
A3DStatus | A3DMiscUTF16ToUTF8 (const A3DUniChar *pcInputBuffer, A3DUTF8Char acOutputBuffer[]) |
Converts a UTF-16 string to a UTF-8 string on Windows. More... | |
A3DUTF8Char * | A3DMiscGetErrorMsg (A3DStatus) |
Returns the text description of an error code. More... | |
A3DStatus | A3DAsmModelFileDelete (A3DAsmModelFile *pModelFile) |
Deletes the entire A3DAsmModelFile entity from memory. More... | |
Header file for definitions restricted to Publish Lite.