/** * Open a library, adding a reference count if needed. * @param libName library name to load * @param status error code * @return the library pointer, or NULL * @internal internal use only
*/
U_CAPI void * U_EXPORT2
uplug_openLibrary(constchar *libName, UErrorCode *status);
/** * Close a library, if its reference count is 0 * @param lib the library to close * @param status error code * @internal internal use only
*/
U_CAPI void U_EXPORT2
uplug_closeLibrary(void *lib, UErrorCode *status);
/** * Get a library's name, or NULL if not found. * @param lib the library's name * @param status error code * @return the library name, or NULL if not found. * @internal internal use only
*/
U_CAPI char * U_EXPORT2
uplug_findLibrary(void *lib, UErrorCode *status);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.