CopyTo(rgiidExclude, snbExclude, stgDest)
Copies the entire contents of an open storage object to another storage object.
Parameters
rgiidExclude : [PyIID,]
List of IID's to be excluded. Use empty seq to exclude all objects, or None
to indicate no excludes.snbExclude : SNB
Reserved for later - Must be NonestgDest : PyIStorage
The open storage object into which this storage object is to be copied.
The destination storage object can be a different implementation of the PyIStorage interface from the source
storage object. Thus, IStorage::CopyTo
can only use publicly available methods of the destination storage
object. If stgDest is open in transacted mode, it can be reverted by calling its PyIStorage::Revert method.