Click or drag to resize

Ole32FuncCoFileTimeNow Method

Retrieves the current system time as a COM file time.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void CoFileTimeNow(
	out FILETIME time
)

Parameters

time  FILETIME
When this method returns, contains the current system time.
See Also