MddBootstrapShutdown function (mddbootstrap.h)

Removes the changes made to the current process by MddBootstrapInitialize. After this function is called, your app can no longer call Windows App SDK APIs, including the Dynamic dependency API.

Syntax

void MddBootstrapShutdown() noexcept;

Return value

This function has no return value.

Remarks

Also see Use the Windows App SDK runtime for non-MSIX-packaged apps.

Requirements

   
Minimum supported client Windows 10, version 1809 (with Windows App SDK 1.0 Preview 1 or later)
Header mddbootstrap.h
Library Microsoft.WindowsAppRuntime.Bootstrap.lib
DLL Microsoft.WindowsAppRuntime.Bootstrap.dll

See also