C# Class Dokan.Proxy.WIN32_FIND_DATA

Show file Open project: soywiz/csharputils

Public Properties

Property 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 property

public FileAttributes dwFileAttributes
return FileAttributes

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