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 "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 Jul 2008.