C# 클래스 Dokan.BY_HANDLE_FILE_INFORMATION

파일 보기 프로젝트 열기: soywiz/csharputils 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 상세

dwFileAttributes 공개적으로 프로퍼티

public uint dwFileAttributes
리턴 uint

dwNumberOfLinks 공개적으로 프로퍼티

public uint dwNumberOfLinks
리턴 uint

dwVolumeSerialNumber 공개적으로 프로퍼티

public uint dwVolumeSerialNumber
리턴 uint

ftCreationTime 공개적으로 프로퍼티

public FILETIME,System.Runtime.InteropServices.ComTypes ftCreationTime
리턴 System.Runtime.InteropServices.ComTypes.FILETIME

ftLastAccessTime 공개적으로 프로퍼티

public FILETIME,System.Runtime.InteropServices.ComTypes ftLastAccessTime
리턴 System.Runtime.InteropServices.ComTypes.FILETIME

ftLastWriteTime 공개적으로 프로퍼티

public FILETIME,System.Runtime.InteropServices.ComTypes ftLastWriteTime
리턴 System.Runtime.InteropServices.ComTypes.FILETIME

nFileIndexHigh 공개적으로 프로퍼티

public uint nFileIndexHigh
리턴 uint

nFileIndexLow 공개적으로 프로퍼티

public uint nFileIndexLow
리턴 uint

nFileSizeHigh 공개적으로 프로퍼티

public uint nFileSizeHigh
리턴 uint

nFileSizeLow 공개적으로 프로퍼티

public uint nFileSizeLow
리턴 uint