Ole32FuncCreateBindCtx Method |
Creates a bind context.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static int CreateBindCtx(
uint reserved,
out IBindCtx bc
)
Parameters
- reserved UInt32
- Reserved. Must be zero.
- bc IBindCtx
- When this method returns, contains the created bind context.
Return Value
Int32The HRESULT returned by COM.
See Also