Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 2.81 KB

nc-webapplication-registerauthoringclientfunctiontype.md

File metadata and controls

77 lines (61 loc) · 2.81 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NC:webapplication.RegisterAuthoringClientFunctionType
RegisterAuthoringClientFunctionType (webapplication.h)
Defines a pointer to an application-defined function in a dynamic-link library (DLL) that will be used as the authoring binary. When the app host starts in authoring mode, this function is called to initialize the authoring binary.
RegisterAuthoringClientFunctionType
RegisterAuthoringClientFunctionType callback
RegisterAuthoringClientFunctionType callback function [Debugging Windows Store apps]
debug.registerauthoringclientfunctiontype
webapplication/RegisterAuthoringClientFunctionType
debug\registerauthoringclientfunctiontype.htm
debug
31414CBA-12A3-45F8-967B-7ECD9D90D0F6
12/05/2018
RegisterAuthoringClientFunctionType, RegisterAuthoringClientFunctionType callback, RegisterAuthoringClientFunctionType callback function [Debugging Windows Store apps], debug.registerauthoringclientfunctiontype, webapplication/RegisterAuthoringClientFunctionType
webapplication.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Windows
19H1
RegisterAuthoringClientFunctionType
webapplication/RegisterAuthoringClientFunctionType
c++
APIRef
kbSyntax
UserDefined
webapplication.h
RegisterAuthoringClientFunctionType

RegisterAuthoringClientFunctionType callback function

-description

Defines a pointer to an application-defined function in a dynamic-link library (DLL) that will be used as the authoring binary. When the app host starts in authoring mode, this function is called to initialize the authoring binary.

-parameters

-param authoringModeObject [in]

Type: IWebApplicationAuthoringMode*

An object that provides a path to the authoring binary.

-param host [in]

Type: IWebApplicationHost*

The WWAHost.

-returns

Type: HRESULT

If this callback function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-see-also

UnregisterAuthoringClientFunctionType