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

FunctionDescription
Initialize functionCalls 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 functionCalls 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 functionCalls 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.

See also

Bootstrapper C++ API