WinCPICCleanup
WinCPICCleanup 関数は、Microsoft® Windows® Common Programming Interface for Communications (CPI-C) 実装からアプリケーションを終了および登録解除します。
構文
BOOL WINAPI WinCPICCleanup(void);
戻り値
戻り値は、登録解除が成功したかどうかを指定します。 値が 0 でない場合、アプリケーションは正常に登録解除されました。 0 の値が返された場合、アプリケーションは登録解除されませんでした。
注釈
WinCPICCleanup を使用して、Windows CPI-C 実装からの Windows CPI-C アプリケーションの登録解除を示します。