WinCPICCleanup

WinCPICCleanup 函数从 Microsoft® Windows® Common Programming Interface for Communications (CPI-C) 实现中终止并注销应用程序。

语法

  
BOOL WINAPI WinCPICCleanup(void);  

返回值

返回值指定注销是否成功。 如果值不为零,则表示应用程序已成功注销。 如果返回值为零,则应用程序未取消注册。

注解

使用 WinCPICCleanup 指示从 Windows CPI-C 实现中取消注册 Windows CPI-C 应用程序。