Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.69 KB

File metadata and controls

24 lines (18 loc) · 1.69 KB
titledescriptionms.topicms.datekeywordsms.localizationpriority
Bootstrapper C++ API
C++ types and functions representing the [Bootstrapper API](/windows/windows-app-sdk/api/win32/_bootstrap/).
article
03/22/2022
windows 10, windows 11, Windows App SDK, desktop development, app sdk, bootstrapper, bootstrapper api
low

Bootstrapper C++ API

The Bootstrapper C++ API is a set of types and functions (callable only from C++) that offer an alternative way to call the Bootstrapper API.

Topics in this section

TopicDescription
Constants for use with the Bootstrapper C++ APIThe following constants (for use with the Bootstrapper C++ API) are declared in WindowsAppSDK-VersionInfo.h.
Microsoft::Windows::ApplicationModel namespaceTypes and functions from the Bootstrapper C++ API that are in the (Microsoft::Windows) ApplicationModel namespace. For example, a class that represents a version of the Windows App SDK framework package.
Microsoft::Windows::ApplicationModel::DynamicDependency::Bootstrap namespaceTypes 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.

See also

close