Click or drag to resize

Ole32FuncCreateBindCtx Method

Creates a bind context.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

Int32
The HRESULT returned by COM.
See Also