diff options
Diffstat (limited to 'src/ext/Bal/wixstdfn/inc/BalBaseBAFunctionsProc.h')
-rw-r--r-- | src/ext/Bal/wixstdfn/inc/BalBaseBAFunctionsProc.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ext/Bal/wixstdfn/inc/BalBaseBAFunctionsProc.h b/src/ext/Bal/wixstdfn/inc/BalBaseBAFunctionsProc.h new file mode 100644 index 00000000..65eeb0b4 --- /dev/null +++ b/src/ext/Bal/wixstdfn/inc/BalBaseBAFunctionsProc.h | |||
@@ -0,0 +1,15 @@ | |||
1 | #pragma once | ||
2 | // 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. | ||
3 | |||
4 | /******************************************************************* | ||
5 | BalBaseBAFunctionsProc - requires pvContext to be of type IBAFunctions. | ||
6 | Provides a default mapping between the message based BAFunctions interface and | ||
7 | the COM-based BAFunctions interface. | ||
8 | |||
9 | *******************************************************************/ | ||
10 | HRESULT WINAPI BalBaseBAFunctionsProc( | ||
11 | __in BA_FUNCTIONS_MESSAGE message, | ||
12 | __in const LPVOID pvArgs, | ||
13 | __inout LPVOID pvResults, | ||
14 | __in_opt LPVOID pvContext | ||
15 | ); | ||