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

The CFullPropSpec structure contains a property set GUID and a property identifier to uniquely identify a property. A CFullPropSpec instance has a property set GUID and either an integer property ID or a string property name. For properties to match, the CFullPropSpec structure MUST match the column identifier in the index. There is no conversion between property IDs and property names. Property names are case insensitive. (The CFullPropSpec structure corresponds to the FULLPROPSPEC structure described in [MSDN-FULLPROPSPEC].)
파일 보기 프로젝트 열기: microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
PrSpec uint
Property_name string
_guidPropSet Guid
ulKind CFullPropSpec_ulKind_Values

공개 메소드들

메소드 설명
CFullPropSpec ( Guid guid, uint propertyID ) : System

Construct an integer property.

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

메소드 상세

CFullPropSpec() 공개 메소드

Construct an integer property.
public CFullPropSpec ( Guid guid, uint propertyID ) : System
guid Guid GUID of property.
propertyID uint Identifier of property.
리턴 System

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

프로퍼티 상세

PrSpec 공개적으로 프로퍼티

A 32-bit unsigned integer with a meaning as indicated by the ulKind field.
public uint PrSpec
리턴 uint

Property_name 공개적으로 프로퍼티

If ulKind is set to PRSPEC_PROPID, this field MUST NOT be present. If ulKind is set to PRSPEC_LPWSTR, this field MUST contain a case-insensitive array of PrSpec non-null Unicode characters that contains the name of the property.
public string Property_name
리턴 string

_guidPropSet 공개적으로 프로퍼티

The GUID of the property set to which the property belongs.
public Guid _guidPropSet
리턴 Guid

ulKind 공개적으로 프로퍼티

A 32-bit unsigned integer that indicates the contents of PrSpec.
public CFullPropSpec_ulKind_Values ulKind
리턴 CFullPropSpec_ulKind_Values