C# Class Dokan.Proxy.WIN32_FIND_DATA

Afficher le fichier Open project: soywiz/csharputils

Méthodes publiques

Свойство Type Description
dwFileAttributes FileAttributes
dwReserved0 uint
dwReserved1 uint
ftCreationTime System.Runtime.InteropServices.ComTypes.FILETIME
ftLastAccessTime System.Runtime.InteropServices.ComTypes.FILETIME
ftLastWriteTime System.Runtime.InteropServices.ComTypes.FILETIME
nFileSizeHigh uint
nFileSizeLow uint

Property Details

dwFileAttributes public_oe property

public FileAttributes dwFileAttributes
Résultat FileAttributes

dwReserved0 public_oe property

public uint dwReserved0
Résultat uint

dwReserved1 public_oe property

public uint dwReserved1
Résultat uint

ftCreationTime public_oe property

public FILETIME,System.Runtime.InteropServices.ComTypes ftCreationTime
Résultat System.Runtime.InteropServices.ComTypes.FILETIME

ftLastAccessTime public_oe property

public FILETIME,System.Runtime.InteropServices.ComTypes ftLastAccessTime
Résultat System.Runtime.InteropServices.ComTypes.FILETIME

ftLastWriteTime public_oe property

public FILETIME,System.Runtime.InteropServices.ComTypes ftLastWriteTime
Résultat System.Runtime.InteropServices.ComTypes.FILETIME

nFileSizeHigh public_oe property

public uint nFileSizeHigh
Résultat uint

nFileSizeLow public_oe property

public uint nFileSizeLow
Résultat uint