IStorage::CopyTo Method (UInt32, array<Guid>^, IntPtr, IStorage^)

 
Namespace:   Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

void CopyTo(
	unsigned int ciidExclude,
	array<Guid>^ rgiidExclude,
	IntPtr snbExclude,
	IStorage^ pstgDest
)

Parameters

ciidExclude
Type: System::UInt32
rgiidExclude
Type: array<System::Guid>^
snbExclude
Type: System::IntPtr
pstgDest
Type: Microsoft.VisualStudio.OLE.Interop::IStorage^
Return to top
Show: