C# Class BetterExplorer.FolderSizeWindow.WIN32_FIND_DATA

Datei anzeigen Open project: Gainedge/BetterExplorer

Public Properties

Property Type Description
dwFileAttributes System.IO.FileAttributes
dwReserved0 uint
dwReserved1 uint
ftCreationTime System.Runtime.InteropServices.FILETIME
ftLastAccessTime System.Runtime.InteropServices.FILETIME
ftLastWriteTime System.Runtime.InteropServices.FILETIME
nFileSizeHigh uint
nFileSizeLow uint

Property Details

dwFileAttributes public_oe property

public FileAttributes,System.IO dwFileAttributes
return System.IO.FileAttributes

dwReserved0 public_oe property

public uint dwReserved0
return uint

dwReserved1 public_oe property

public uint dwReserved1
return uint

ftCreationTime public_oe property

public FILETIME,System.Runtime.InteropServices ftCreationTime
return System.Runtime.InteropServices.FILETIME

ftLastAccessTime public_oe property

public FILETIME,System.Runtime.InteropServices ftLastAccessTime
return System.Runtime.InteropServices.FILETIME

ftLastWriteTime public_oe property

public FILETIME,System.Runtime.InteropServices ftLastWriteTime
return System.Runtime.InteropServices.FILETIME

nFileSizeHigh public_oe property

public uint nFileSizeHigh
return uint

nFileSizeLow public_oe property

public uint nFileSizeLow
return uint