FILETIME Yapı

Tanım

Dikkat

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

Dikkat

Bu API artık kullanım dışıdır.

Bunun yerine FILETIME kullanın.

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
Devralma
FILETIME
Öznitelikler

Açıklamalar

Yapı hakkında daha fazla FILETIME bilgi için bkz. MSDN Kitaplığı.

Alanlar

dwHighDateTime

'nin yüksek 32 bitlerini FILETIME belirtir.

dwLowDateTime

'nin düşük 32 bitlerini FILETIME belirtir.

Şunlara uygulanır