通过


unregisterAuthoringClientFunctionType 回调函数 (webapplication.h)

注销已注册到 RegisterAuthoringClientFunctionType 函数的应用程序定义函数。 当应用主机终止时,将调用此函数。

语法

UnregisterAuthoringClientFunctionType Unregisterauthoringclientfunctiontype;

HRESULT Unregisterauthoringclientfunctiontype(
  [in] IWebApplicationHost *host
)
{...}

参数

[in] host

类型: IWebApplicationHost*

提供创作二进制文件的路径的 对象。

返回值

类型: HRESULT

WWAHost。

要求

   
最低受支持的客户端 Windows 8 [仅限桌面应用]
最低受支持的服务器 Windows Server 2012 [仅限桌面应用]
目标平台 Windows
标头 webapplication.h

另请参阅

RegisterAuthoringClientFunctionType