PvCloseDictionary()
Closes an open dictionary.
Header File: ddf.h (See also Header Files)
Function First Available In Library: w3dbav75.dll (Windows), libpsqldti.so (Linux), libpsqldti.dylib (OS X) (See also Link Libraries)
Syntax
PRESULT PvCloseDictionary(
   WORD            dictHandle);
Arguments
 
Return Values
 
Remarks
This function requires a handle for an open dictionary file, which can be obtained with the PvCreateDictionary() function.
Since multiple dictionaries can be open at one time, you need to call this function for every open or newly-created dictionary.
Example
PRESULT status = 0;
status = PvCloseDictionary(myDictionaryHandle);
See Also
PvStart()
PvOpenDatabase()
PvCreateDictionary()
PvStop()