共用方式為


FILETIME 結構

定義

警告

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

請改用 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.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
繼承
FILETIME
屬性

備註

如需 結構的詳細資訊 FILETIME ,請參閱 MSDN 連結庫。

欄位

dwHighDateTime
已淘汰.

指定 FILETIME 的高階 32 位元。

dwLowDateTime
已淘汰.

指定 FILETIME 的低階 32 位元。

適用於