C# Class AcManager.Controls.Helpers.ShellLink.WIN32_FIND_DATAW

Show file Open project: gro-ove/actools

Public Properties

Property Type Description
dwFileAttributes uint
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 property

public uint dwFileAttributes
return uint

dwReserved0 public property

public uint dwReserved0
return uint

dwReserved1 public property

public uint dwReserved1
return uint

ftCreationTime public property

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

ftLastAccessTime public property

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

ftLastWriteTime public property

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

nFileSizeHigh public property

public uint nFileSizeHigh
return uint

nFileSizeLow public property

public uint nFileSizeLow
return uint