FILETIME Struct

Definitie

Let op

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

Gebruik in plaats daarvan 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
Overname
FILETIME
Kenmerken

Opmerkingen

Zie de MSDN-bibliotheek voor meer informatie over de FILETIME structuur.

Velden

Name Description
dwHighDateTime
Verouderd.

Hiermee geeft u de hoge 32 bits van de FILETIME.

dwLowDateTime
Verouderd.

Hiermee geeft u de lage 32 bits van de FILETIME.

Van toepassing op