FILETIME Estructura

Definición

Precaución

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

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

Comentarios

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

Campos

Nombre Description
dwHighDateTime
Obsoletos.

Especifica los 32 bits altos de FILETIME.

dwLowDateTime
Obsoletos.

Especifica los 32 bits bajos de FILETIME.

Se aplica a