IOleItemContainerGetObjectStorage Method |
Retrieves a storage object identified by an item name.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxObject 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
ObjectThe requested storage object.
See Also