Click or drag to resize

IStorageCopyTo Method

[Missing <summary> documentation for "M:Altaxo.UnmanagedApi.Ole32.IStorage.CopyTo(System.Int32,System.Guid[],System.IntPtr,Altaxo.UnmanagedApi.Ole32.IStorage)"]


Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void CopyTo(
	int ciidExclude,
	Guid[] pIIDExclude,
	IntPtr snbExclude,
	IStorage stgDest
)

Parameters

ciidExclude  Int32

[Missing <param name="ciidExclude"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IStorage.CopyTo(System.Int32,System.Guid[],System.IntPtr,Altaxo.UnmanagedApi.Ole32.IStorage)"]

pIIDExclude  Guid

[Missing <param name="pIIDExclude"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IStorage.CopyTo(System.Int32,System.Guid[],System.IntPtr,Altaxo.UnmanagedApi.Ole32.IStorage)"]

snbExclude  IntPtr

[Missing <param name="snbExclude"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IStorage.CopyTo(System.Int32,System.Guid[],System.IntPtr,Altaxo.UnmanagedApi.Ole32.IStorage)"]

stgDest  IStorage

[Missing <param name="stgDest"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IStorage.CopyTo(System.Int32,System.Guid[],System.IntPtr,Altaxo.UnmanagedApi.Ole32.IStorage)"]

See Also