mddbootstrap.h header
This header is used by the Bootstrapper API for the Windows App SDK framework package. For more information about this API, see Use the Windows App SDK runtime for apps packaged with external location or unpackaged.
mddbootstrap.h contains the following programming interfaces:
Functions
MddBootstrapInitialize Initializes the calling process to use the version of the Windows App SDK framework package that best matches the specified criteria. This function is intended to be used by desktop apps that are either packaged with external location, or unpackaged. |
MddBootstrapInitialize2 Initializes the calling process to use the version of the Windows App SDK framework package that best matches the specified criteria, with options. This function is intended to be used by desktop apps that are either packaged with external location, or unpackaged. |
MddBootstrapShutdown Removes the changes made to the current process by MddBootstrapInitialize. After this function is called, your app can no longer call Windows App SDK APIs. |
Enumerations
MddBootstrapInitializeOptions Defines constants that specify options for bootstrapper initialization. |