This topic has not yet been rated - Rate this topic

IStorage.CopyTo Method

Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in microsoft.visualstudio.ole.interop.dll)

void CopyTo (
	[InAttribute] uint ciidExclude,
	[InAttribute] Guid[] rgiidExclude,
	[InAttribute] IntPtr snbExclude,
	[InAttribute] IStorage pstgDest
)
void CopyTo (
	/** @attribute InAttribute() */ UInt32 ciidExclude, 
	/** @attribute InAttribute() */ Guid[] rgiidExclude, 
	/** @attribute InAttribute() */ IntPtr snbExclude, 
	/** @attribute InAttribute() */ IStorage pstgDest
)
function CopyTo (
	ciidExclude : uint, 
	rgiidExclude : Guid[], 
	snbExclude : IntPtr, 
	pstgDest : IStorage
)

Parameters

ciidExclude
rgiidExclude
snbExclude
pstgDest
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.