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 位元。

適用於