| title | Microsoft::Windows::ApplicationModel::DynamicDependency::Bootstrap namespace |
|---|---|
| description | Types and functions from the [Bootstrapper C++ API](api-reference/bootstrapper-cpp-api/index.md) that are in the **Microsoft::Windows::ApplicationModel::DynamicDependency::Bootstrap** namespace. |
| ms.topic | article |
| ms.date | 03/22/2022 |
| keywords | windows 10, windows 11, Windows App SDK, desktop development, app sdk, bootstrapper, bootstrapper api |
| ms.localizationpriority | low |
Types and functions from the Bootstrapper C++ API that are in the Microsoft::Windows::ApplicationModel::DynamicDependency::Bootstrap namespace. For example, helper functions that wrap calls to the Bootstrapper API.
| Function | Description |
|---|---|
| Initialize function | Calls MddBootstrapInitialize to initialize the calling process to use the specified version of the Windows App SDK's framework package. If the call fails, throws an exception. |
| InitializeFailFast function | Calls MddBootstrapInitialize to initialize the calling process to use the specified version of the Windows App SDK's framework package. If the call fails, aborts the process (via std::abort). |
| InitializeNoThrow function | Calls MddBootstrapInitialize to initialize the calling process to use the specified version of the Windows App SDK's framework package. If the call fails, returns a failure HRESULT. |