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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.
Windows developer