Microsoft::Windows::ApplicationModel::DynamicDependency::Bootstrap namespace
August 21, 2024 ยท View on GitHub
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.
Functions in theMicrosoft::Windows::ApplicationModel::DynamicDependency::Bootstrap namespace
| 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. |