FILETIME 结构

定义

注意

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

注意

现已弃用此 API。

请改用 FILETIME

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.Obsolete]
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
[<System.Obsolete>]
type FILETIME = struct
Public Structure FILETIME
继承
FILETIME
属性

注解

有关结构的详细信息 FILETIME ,请参阅 MSDN library。

字段

dwHighDateTime

指定 FILETIME 的高 32 位。

dwLowDateTime

指定 FILETIME 的低 32 位。

适用于