FILETIME Struct

Definition

Caution

Use System.Runtime.InteropServices.ComTypes.FILETIME instead. http://go.microsoft.com/fwlink/?linkid=14202

Use FILETIME instead.

public value class FILETIME
[System.Runtime.InteropServices.ComVisible(false)]
public struct FILETIME
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.FILETIME instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct FILETIME
[<System.Runtime.InteropServices.ComVisible(false)>]
type FILETIME = struct
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.FILETIME instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type FILETIME = struct
Public Structure FILETIME
Inheritance
FILETIME
Attributes

Remarks

For more information about the FILETIME structure, see the MSDN Library.

Fields

dwHighDateTime

Specifies the high 32 bits of the FILETIME.

dwLowDateTime

Specifies the low 32 bits of the FILETIME.

Applies to