C# Class Dokan.BY_HANDLE_FILE_INFORMATION

Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Méthodes publiques

Свойство Type Description
dwFileAttributes uint
dwNumberOfLinks uint
dwVolumeSerialNumber uint
ftCreationTime System.Runtime.InteropServices.ComTypes.FILETIME
ftLastAccessTime System.Runtime.InteropServices.ComTypes.FILETIME
ftLastWriteTime System.Runtime.InteropServices.ComTypes.FILETIME
nFileIndexHigh uint
nFileIndexLow uint
nFileSizeHigh uint
nFileSizeLow uint

Property Details

dwFileAttributes public_oe property

public uint dwFileAttributes
Résultat uint

dwNumberOfLinks public_oe property

public uint dwNumberOfLinks
Résultat uint

dwVolumeSerialNumber public_oe property

public uint dwVolumeSerialNumber
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

nFileIndexHigh public_oe property

public uint nFileIndexHigh
Résultat uint

nFileIndexLow public_oe property

public uint nFileIndexLow
Résultat uint

nFileSizeHigh public_oe property

public uint nFileSizeHigh
Résultat uint

nFileSizeLow public_oe property

public uint nFileSizeLow
Résultat uint