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.
Defined in "objbase.h".
Implemented in "dlls/ole32/bindctx.c". source.winehq.org/source/dlls/ole32/bindctx.c
Debug channel "ole".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.