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

The SAFEARRAYBOUND structure represents the bounds of one dimension of a SAFEARRAY or SAFEARRAY2.
파일 보기 프로젝트 열기: microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
cElements uint
lLbound 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

프로퍼티 상세

cElements 공개적으로 프로퍼티

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

lLbound 공개적으로 프로퍼티

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