FILETIME Estructura

Definición

Precaución

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

Precaución

Esta API ya está en desuso.

Utilice FILETIME en su lugar.

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
Herencia
FILETIME
Atributos

Comentarios

Para obtener más información sobre FILETIME la estructura , vea MSDN Library.

Campos

dwHighDateTime

Especifica los 32 bits superiores de FILETIME.

dwLowDateTime

Especifica los 32 bits superiores de FILETIME.

Se aplica a