Click or drag to resize

IOleItemContainerGetObjectStorage Method

Retrieves a storage 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#
Object GetObjectStorage(
	string pszItem,
	IBindCtx pbc,
	in Guid riid
)

Parameters

pszItem  String
The item name that identifies the storage object.
pbc  IBindCtx
The bind context used to retrieve the storage object.
riid  Guid
The interface identifier of the requested storage interface.

Return Value

Object
The requested storage object.
See Also