C# Class OdessaGUIProject.NativeWin32Methods.WIN32_FIND_DATAW

Show file Open project: noahsw/highlight-hunter

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 System.Runtime.InteropServices.ComTypes.FILETIME ftCreationTime
return System.Runtime.InteropServices.ComTypes.FILETIME

ftLastAccessTime public property

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

ftLastWriteTime public property

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

nFileSizeHigh public property

public uint nFileSizeHigh
return uint

nFileSizeLow public property

public uint nFileSizeLow
return uint