Click or drag to resize

IOleItemContainerGetObject Method

Retrieves an object identified by an item name.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
IntPtr GetObject(
	string pszItem,
	int dwSpeedNeeded,
	IBindCtx pbc,
	in Guid riid
)

Parameters

pszItem  String
The item name that identifies the object.
dwSpeedNeeded  Int32
The requested retrieval speed hint.
pbc  IBindCtx
The bind context used to retrieve the object.
riid  Guid
The interface identifier of the requested object.

Return Value

IntPtr
A pointer to the requested interface.
See Also