PvCloseDictionary()
開いている辞書を閉じます。
ヘッダー ファイル:ddf.h(ヘッダー ファイルも参照)
関数が最初に利用可能になるライブラリ:w3dbav75.dll(Windows)、libpsqldti.so(Linux)、libpsqldti.dylib(OS X)(リンク ライブラリも参照)
構文
PRESULT PvCloseDictionary(
   WORD            dictHandle);
引数
 
戻り値
 
備考
この関数は、開いている辞書ファイルのハンドルを必要とします。このハンドルは、PvCreateDictionary() 関数を使って取得できます。
同時に複数の辞書を開くことができるため、辞書を開いたり新規に作成するたびにこの関数を呼び出す必要があります。
PRESULT status = 0;
status = PvCloseDictionary(myDictionaryHandle);
関連項目
PvStart()
PvOpenDatabase()
PvCreateDictionary()
PvStop()