IOleItemContainerGetObject Method |
Retrieves an object identified by an item name.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxIntPtr 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
IntPtrA pointer to the requested interface.
See Also