UnregisterAuthoringClientFunctionType callback function (webapplication.h)
Unregisters the application-defined function that was registered with the RegisterAuthoringClientFunctionType function. This function is called when the app host terminates.
Syntax
UnregisterAuthoringClientFunctionType Unregisterauthoringclientfunctiontype;
HRESULT Unregisterauthoringclientfunctiontype(
[in] IWebApplicationHost *host
)
{...}
Parameters
[in] host
Type: IWebApplicationHost*
An object that provides a path to the authoring binary.
Return value
Type: HRESULT
The WWAHost.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Target Platform | Windows |
Header | webapplication.h |