C# 클래스 Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.CReuseWhere

The CReuseWhere restriction packet contains a WHEREID that refers to the restriction array used to construct a currently open rowset. A rowset is open as long as there is still a cursor returned by CPMCreateQueryOut that has not been freed using CPMFreeCursorIn. A server can use this information to share evaluation of a restriction across multiple queries.
파일 보기 프로젝트 열기: microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
whereID uint

공개 메소드들

메소드 설명
FromBytes ( Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer buffer ) : void
ToBytes ( Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer buffer ) : void

메소드 상세

FromBytes() 공개 메소드

public FromBytes ( Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer buffer ) : void
buffer Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer
리턴 void

ToBytes() 공개 메소드

public ToBytes ( Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer buffer ) : void
buffer Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer
리턴 void

프로퍼티 상세

whereID 공개적으로 프로퍼티

A 32-bit unsigned integer defining a unique WHEREID for referring to the CRestrictionArray.
public uint whereID
리턴 uint