Click or drag to resize

Ole32FuncCreateBindCtx Method

[Missing <summary> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.CreateBindCtx(System.UInt32,System.Runtime.InteropServices.ComTypes.IBindCtx@)"]


Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static int CreateBindCtx(
	uint reserved,
	out IBindCtx bc
)

Parameters

reserved  UInt32

[Missing <param name="reserved"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.CreateBindCtx(System.UInt32,System.Runtime.InteropServices.ComTypes.IBindCtx@)"]

bc  IBindCtx

[Missing <param name="bc"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.CreateBindCtx(System.UInt32,System.Runtime.InteropServices.ComTypes.IBindCtx@)"]

Return Value

Int32

[Missing <returns> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.CreateBindCtx(System.UInt32,System.Runtime.InteropServices.ComTypes.IBindCtx@)"]

See Also