Skip to content

Latest commit

 

History

History
60 lines (52 loc) · 1.96 KB

nf-mddbootstrap-mddbootstrapshutdown.md

File metadata and controls

60 lines (52 loc) · 1.96 KB
UID tech.root title ms.date targetos description prerelease req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NF:mddbootstrap.MddBootstrapShutdown
bootstrap
MddBootstrapShutdown
04/22/2022
Windows
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.
false
function
Microsoft.WindowsAppRuntime.Bootstrap.dll
mddbootstrap.h
Microsoft.WindowsAppRuntime.Bootstrap.lib
Windows 10, version 1809 (with Windows App SDK 1.0 or later)
apiref
HeaderDef
mddbootstrap.h
MddBootstrapShutdown
MddBootstrapShutdown
mddbootstrap/MddBootstrapShutdown
c++

-description

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.

-returns

This function has no return value.

-remarks

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

-see-also