ips 302 ext/com_dotnet/com_persist.c IPersistStream *ips; ips 312 ext/com_dotnet/com_persist.c if (!helper->ips && helper->unk) { ips 313 ext/com_dotnet/com_persist.c return IUnknown_QueryInterface(helper->unk, &IID_IPersistStream, &helper->ips); ips 315 ext/com_dotnet/com_persist.c return helper->ips ? S_OK : E_NOTIMPL; ips 492 ext/com_dotnet/com_persist.c if (helper->ips) { ips 493 ext/com_dotnet/com_persist.c res = IPersistStream_GetSizeMax(helper->ips, &size); ips 579 ext/com_dotnet/com_persist.c if (helper->ips) { ips 628 ext/com_dotnet/com_persist.c if (helper->ips) { ips 629 ext/com_dotnet/com_persist.c res = IPersistStream_Save(helper->ips, stm, TRUE); ips 698 ext/com_dotnet/com_persist.c if (object->ips) { ips 699 ext/com_dotnet/com_persist.c IPersistStream_Release(object->ips); ips 725 ext/com_dotnet/com_persist.c if (clone->ips) { ips 726 ext/com_dotnet/com_persist.c IPersistStream_AddRef(clone->ips);