Argument | Type | Description |
lpszItem | LPSTR | The item access to whose storage is being requested. |
pbc | IBindCtx* | As in IOleItemContainer::GetObject. Can be ignored by most containers. |
riid | REFIID | The interface by which the caller wishes to access that storage. Often IID_IStorage or IID_IStream are used. |
ppvStorage | void** | The place to return the access to the storage |
return value | HRESULT | S_OK, MK_E_EXCEEDEDDEADLINE, MK_E_NOOBJECT, E_OUTOFMEMORY, E_NOINTERFACE, MK_E_NOSTORAGE |