C# Class 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.
Afficher le fichier Open project: microsoft/WindowsProtocolTestSuites

Méthodes publiques

Свойство Type Description
whereID uint

Méthodes publiques

Méthode Description
FromBytes ( Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer buffer ) : void
ToBytes ( Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer buffer ) : void

Method Details

FromBytes() public méthode

public FromBytes ( Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer buffer ) : void
buffer Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer
Résultat void

ToBytes() public méthode

public ToBytes ( Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer buffer ) : void
buffer Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer
Résultat void

Property Details

whereID public_oe property

A 32-bit unsigned integer defining a unique WHEREID for referring to the CRestrictionArray.
public uint whereID
Résultat uint