CreateBindCtx (OLE32.@)
HRESULT CreateBindCtx ( DWORD reserved, LPBC* ppbc )
Creates a bind context. A bind context encompasses information and options used when binding to a moniker.
reserved | [In] | Reserved. Set to 0. |
ppbc | [Out] | Address that receives the bind context object. |
Success: S_OK.
Failure: Any HRESULT code.
Declared in "objbase.h". https://source.winehq.org/source/include/objbase.h
Implemented in "dlls/ole32/bindctx.c". https://source.winehq.org/source/dlls/ole32/bindctx.c
Debug channel "ole".
Copyright © 2021 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Feb 2021.