chsvlib
chsv helper source code

◆ CloseMap()

EXTERN_C bool Chusov::CloseMap ( HCHSVMAP  hMap)
noexcept

Closes an instance of a map or a multimap freeing occupied resources.

Parameters
[in]hMapis a handle to a map or a multimap instance which is being closed.
Returns
The function returns true on success and false on failure. Use GetLastChsvError to get extended error information.
Remarks
Declared in chsvmap.h.