company logo

Dictionary :: close - Close dictionary handle

Explicitly closing a dictionary handle is suggested when the dictionary handle has been opened with an existing dictionary handle (without calling the constructor). Closing the dictionary is not necessary, when the dictionary handle is destroyed.

Notes:

When opening dictionary handle in OSI functions, those should be closed in any case.

Implementation details

Dictionary  :: close (  )

The function closes the referenced dictionary access handle. The dictionary is not accessible anymore for all dictionary handles referring to the access object.

Notes:

When opening dictionary handle in OSI functions, those should be closed in any case.