CreateBindCtx.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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

Debug channel "ole".