webapplication.h header
This header is used by Debugging and authoring support. For more information, see:
webapplication.h contains the following programming interfaces:
Interfaces
IWebApplicationActivation Enables debugging applications to manage activations. |
IWebApplicationAuthoringMode Provides the full local path to the authoring binary to be loaded into the WWAHost process. |
IWebApplicationHost Exposes methods and properties that are implemented by the WWAHost. |
IWebApplicationNavigationEvents Enables a debugging or authoring app to receive notification of navigation events. |
IWebApplicationScriptEvents Enables a debugging or authoring app to receive notification of scripting engine events. |
IWebApplicationUIEvents Enables a debugging or authoring app to receive notification of user interface events and respond to events that require user interaction. |
IWebApplicationUpdateEvents Enables an authoring app to receive notification of designer events and respond to those events. |
Callback functions
RegisterAuthoringClientFunctionType 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. |
UnregisterAuthoringClientFunctionType Unregisters the application-defined function that was registered with the RegisterAuthoringClientFunctionType function. This function is called when the app host terminates. |