ippMessageCatalogCloseI18n

Closes the opened i18n message catalog.

Syntax

IppStatus ippMessageCatalogCloseI18n(IppMsgCatalog* pMsgCatalog);

Parameters

pMsgCatalog

Pointer to the message catalog.

Description

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.

Return Values

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.

Submit feedback on this help topic

Copyright © 2000 - 2010, Intel Corporation. All rights reserved.