diff options
Diffstat (limited to 'src/api/burn/bextutil/inc/BextBundleExtensionEngine.h')
| -rw-r--r-- | src/api/burn/bextutil/inc/BextBundleExtensionEngine.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/api/burn/bextutil/inc/BextBundleExtensionEngine.h b/src/api/burn/bextutil/inc/BextBundleExtensionEngine.h new file mode 100644 index 00000000..9fdcb700 --- /dev/null +++ b/src/api/burn/bextutil/inc/BextBundleExtensionEngine.h | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | ||
| 2 | |||
| 3 | #ifdef __cplusplus | ||
| 4 | extern "C" { | ||
| 5 | #endif | ||
| 6 | |||
| 7 | // function declarations | ||
| 8 | |||
| 9 | HRESULT BextBundleExtensionEngineCreate( | ||
| 10 | __in PFN_BUNDLE_EXTENSION_ENGINE_PROC pfnBundleExtensionEngineProc, | ||
| 11 | __in_opt LPVOID pvBundleExtensionEngineProcContext, | ||
| 12 | __out IBundleExtensionEngine** ppEngineForExtension | ||
| 13 | ); | ||
| 14 | |||
| 15 | #ifdef __cplusplus | ||
| 16 | } | ||
| 17 | #endif | ||
