C# 클래스 Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smb2.FileBothDirectoryInformation

This information class is used to query detailed information for the files in a directory. The FILE_BOTH_DIR_INFORMATION data element is as follows.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
Reserved byte
ShortNameLength byte

프로퍼티 상세

Reserved 공개적으로 프로퍼티

Reserved for alignment.
public byte Reserved
리턴 byte

ShortNameLength 공개적으로 프로퍼티

MUST be an 8-bit signed value containing the length, in bytes, of the ShortName field. If there is a NULL termination at the end of the string, it is not included in the FileNameLength count. This value MUST be greater than or equal to 0.
public byte ShortNameLength
리턴 byte