Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 2.15 KB

File metadata and controls

24 lines (18 loc) · 2.15 KB
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

Microsoft::Windows::ApplicationModel::DynamicDependency::Bootstrap namespace

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.

See also

Bootstrapper C++ API