cofiletimenow (ole32)
Last changed: anfortas.geo@yahoo.com-216.204.61.86

.
Summary
Returns the current time as a FILETIME structure.

C# Signature:

[DllImport("ole32.dll", ExactSpelling=true, PreserveSig=false)]
static extern void CoFileTimeNow(out FILETIME time);

User-Defined Types:

FILETIME, which is defined in System.Runtime.InteropServices or System.Runtime.InteropServices.ComTypes in the .NET Framework 2.0.

Notes:

You cannot define FILETIME as the return type, because the marshaler does not support it.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

System.DateTime.Now

Documentation