Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Syntax
RegisterAuthoringClientFunctionType Registerauthoringclientfunctiontype;
HRESULT Registerauthoringclientfunctiontype(
[in] IWebApplicationAuthoringMode *authoringModeObject,
[in] IWebApplicationHost *host
)
{...}
Parameters
[in] authoringModeObject
Type: IWebApplicationAuthoringMode*
An object that provides a path to the authoring binary.
[in] host
Type: IWebApplicationHost*
The WWAHost.
Return value
Type: HRESULT
If this callback function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
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 |