Functions | |
| XMIME_API const char * | XMIME_versionInfo (void) |
| Gets the version information string. | |
| XMIME_API const char * | XMIME_buildInfo (void) |
| Gets the build information string. | |
| XMIME_API const char* XMIME_buildInfo | ( | void | ) |
Gets the build information string.
This function is helpful for debugging, as it provides accurate information about the build of the Hunny XStream MIME library that your application uses.
The returned string is static. You must not attempt to free the returned string.
| XMIME_API const char* XMIME_versionInfo | ( | void | ) |
Gets the version information string.
This function is helpful for debugging, as it provides accurate information about the version of the Hunny XStream MIME library that your application uses.
The returned string is static. You must not attempt to free the returned string.
Copyright © 2001-2010 Hunny Software, Inc. All rights reserved.