table of contents
other versions
- wheezy 1.4.1-4
CreateBindCtx(3w) | Wine API | 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¶
Declared in "objbase.h". Implemented in "dlls/ole32/bindctx.c". Debug channel "ole".Oct 2012 | Wine API |