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