Click or drag to resize

IStorageSetElementTimes Method

[Missing <summary> documentation for "M:Altaxo.UnmanagedApi.Ole32.IStorage.SetElementTimes(System.String,System.Runtime.InteropServices.ComTypes.FILETIME,System.Runtime.InteropServices.ComTypes.FILETIME,System.Runtime.InteropServices.ComTypes.FILETIME)"]


Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void SetElementTimes(
	string pwcsName,
	FILETIME pctime,
	FILETIME patime,
	FILETIME pmtime
)

Parameters

pwcsName  String

[Missing <param name="pwcsName"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IStorage.SetElementTimes(System.String,System.Runtime.InteropServices.ComTypes.FILETIME,System.Runtime.InteropServices.ComTypes.FILETIME,System.Runtime.InteropServices.ComTypes.FILETIME)"]

pctime  FILETIME

[Missing <param name="pctime"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IStorage.SetElementTimes(System.String,System.Runtime.InteropServices.ComTypes.FILETIME,System.Runtime.InteropServices.ComTypes.FILETIME,System.Runtime.InteropServices.ComTypes.FILETIME)"]

patime  FILETIME

[Missing <param name="patime"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IStorage.SetElementTimes(System.String,System.Runtime.InteropServices.ComTypes.FILETIME,System.Runtime.InteropServices.ComTypes.FILETIME,System.Runtime.InteropServices.ComTypes.FILETIME)"]

pmtime  FILETIME

[Missing <param name="pmtime"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IStorage.SetElementTimes(System.String,System.Runtime.InteropServices.ComTypes.FILETIME,System.Runtime.InteropServices.ComTypes.FILETIME,System.Runtime.InteropServices.ComTypes.FILETIME)"]

See Also