Click or drag to resize

IStorageCopyTo Method

Copies storage elements to another storage object.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void 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