Copies storage elements to another storage object.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid CopyTo(
int ciidExclude,
Guid[] pIIDExclude,
IntPtr snbExclude,
IStorage stgDest
)
Parameters
- ciidExclude Int32
- The number of interface identifiers to exclude.
- pIIDExclude Guid
- The interface identifiers to exclude from the copy operation.
- snbExclude IntPtr
- A block of element names to exclude.
- stgDest IStorage
- The destination storage object.
See Also