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

The SAFEARRAYBOUND structure represents the bounds of one dimension of a SAFEARRAY or SAFEARRAY2.
显示文件 Open project: microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
cElements uint
lLbound uint

Public Methods

Method 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 method

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

ToBytes() public method

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

Property Details

cElements public_oe property

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

lLbound public_oe property

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