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();

Return value

This function has no return value.

Remarks

Also see Use the Windows App SDK runtime for apps packaged with external location or unpackaged.

Requirements

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

See also