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

The SRV_READ_HASH response is returned to the client by the server in an SMB2 IOCTL Response for the FSCTL_SRV_READ_HASH request. This structure is placed in the Buffer field in the SMB2 IOCTL Response, and the OutputOffset and OutputCount fields MUST be updated to describe the buffer as specified in section 2.2.32. The SRV_READ_HASH response MUST be formatted as follows:
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
BufferLength uint
Offset ulong
Reserved SRV_READ_HASH_Response_Reserved_Values

프로퍼티 상세

BufferLength 공개적으로 프로퍼티

The length, in bytes, of the retrieved portion of the Content Information data structure.
public uint BufferLength
리턴 uint

Offset 공개적으로 프로퍼티

The offset, in bytes, from the beginning of the Content Information File to the portion retrieved. This is equal to the Offset field in the SRV_READ_HASH request.
public ulong Offset
리턴 ulong

Reserved 공개적으로 프로퍼티

This field MUST NOT be used and MUST be reserved. The server MUST set this field to 0, and the client MUST ignore it on receipt.
public SRV_READ_HASH_Response_Reserved_Values Reserved
리턴 SRV_READ_HASH_Response_Reserved_Values