Main Page | Data Structures | File List | Data Fields | Globals

xmime.h File Reference


Detailed Description


Functions

const char * XMIME_versionInfo (void)
 Gets the version information string.
const char * XMIME_buildInfo (void)
 Gets the build information string.


Function Documentation

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 MIME++ library that your application uses.

The returned string is static. You must not attempt to free the returned string.

Returns:
build information

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 MIME++ library that your application uses.

The returned string is static. You must not attempt to free the returned string.

Returns:
version information

Copyright © 2001-2006 Hunny Software, Inc. All rights reserved.