Home
last modified time | relevance | path

Searched refs:pOtherStream (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx2752 …BaseStorageStream* pOtherStream = pDest->OpenStream( rNew, STREAM_WRITE | STREAM_SHARE_DENYALL, pI… local
2765 pStream->CopyTo( pOtherStream );
2767 if( pOtherStream->GetError() )
2768 pDest->SetError( pOtherStream->GetError() );
2770 pOtherStream->Commit();
2774 delete pOtherStream;

Completed in 24 milliseconds