Closes the opened i18n message catalog.
IppStatus ippMessageCatalogCloseI18n(IppMsgCatalog* pMsgCatalog);
pMsgCatalog |
Pointer to the message catalog. |
The function ippMessageCatalogCloseI18n is declared in the ippcore.h file. This function closes the message catalog pMsgCatalog, which is opened by the function ippMessageCatalogOpenI18n. Always use the function ippMessageCatalogCloseI18n after opening the message catalog to free memory allocated by the function ippMessageCatalogOpenI18n.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error condition when the pMsgCatalog pointer is NULL. |
ippStsContextMatchErr |
Indicates an error condition when the catalog identifier is not correct. |
ippStsI18nMsgCatalogCloseErr |
Indicates an error condition when the message catalog cannot be closed; to get extended information use errno on Linux* OS and GetLastError on Windows* OS. |
ippStsI18nUnsupportedErr |
Indicates an error condition when the internationalization i18n is not supported. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.