| 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 | ); |