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 |
|
See also
Community Additions
ADD
Show: