IStorage::MoveElementTo Method (String^, IStorage^, String^, UInt32)

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

void MoveElementTo(
	String^ pwcsName,
	IStorage^ pstgDest,
	String^ pwcsNewName,
	unsigned int grfFlags
)

Parameters

pwcsName
Type: System::String^
pstgDest
Type: Microsoft.VisualStudio.OLE.Interop::IStorage^
pwcsNewName
Type: System::String^
grfFlags
Type: System::UInt32
Return to top
Show: