C# Class Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.SAFEARRAYBOUND

The SAFEARRAYBOUND structure represents the bounds of one dimension of a SAFEARRAY or SAFEARRAY2.
Afficher le fichier Open project: microsoft/WindowsProtocolTestSuites

Méthodes publiques

Свойство Type Description
cElements uint
lLbound 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

cElements public_oe property

A 32-bit unsigned integer, specifying the number of elements in the dimension.
public uint cElements
Résultat uint

lLbound public_oe property

A 32-bit unsigned integer, specifying the lower bound of the dimension.
public uint lLbound
Résultat uint