This topic has not yet been rated - Rate this topic

UnregisterAuthoringClientFunctionType function pointer

Unregisters the application-defined function that was registered with the RegisterAuthoringClientFunctionType function. This function is called when the app host terminates.

Syntax


typedef HRESULT ( CALLBACK *UnregisterAuthoringClientFunctionType)(
  _In_  IWebApplicationHost *host
);

Parameters

host [in]

Type: IWebApplicationHost*

An object that provides a path to the authoring binary.

Return value

Type: HRESULT

The WWAHost.

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

Webapplication.h

See also

RegisterAuthoringClientFunctionType

 

 

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.