CreateBindCtx(3w)
NAME
CreateBindCtx (OLE32.@)
SYNOPSIS
HRESULT CreateBindCtx ( DWORD reserved, LPBC* ppbc )
DESCRIPTION
Creates a bind context. A bind context encompasses information and
options used when binding to a moniker.
PARAMS
reserved [In] Reserved. Set to 0.
ppbc [Out] Address that receives the bind context object.
RETURNS
Success: S_OK.
Failure: Any HRESULT code.
IMPLEMENTATION
Defined in "objbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ole32/bindctx.c".
- Debug channel "ole".