Click or drag to resize

IStorageMoveElementTo Method

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


Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void MoveElementTo(
	string pwcsName,
	IStorage stgDest,
	string pwcsNewName,
	int grfFlags
)

Parameters

pwcsName  String

[Missing <param name="pwcsName"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IStorage.MoveElementTo(System.String,Altaxo.UnmanagedApi.Ole32.IStorage,System.String,System.Int32)"]

stgDest  IStorage

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

pwcsNewName  String

[Missing <param name="pwcsNewName"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IStorage.MoveElementTo(System.String,Altaxo.UnmanagedApi.Ole32.IStorage,System.String,System.Int32)"]

grfFlags  Int32

[Missing <param name="grfFlags"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IStorage.MoveElementTo(System.String,Altaxo.UnmanagedApi.Ole32.IStorage,System.String,System.Int32)"]

See Also