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

Méthodes publiques

Свойство Type Description
PrSpec uint
Property_name string
_guidPropSet Guid
ulKind CFullPropSpec_ulKind_Values

Méthodes publiques

Méthode Description
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

Method Details

CFullPropSpec() public méthode

Construct an integer property.
public CFullPropSpec ( Guid guid, uint propertyID ) : System
guid Guid GUID of property.
propertyID uint Identifier of property.
Résultat System

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

PrSpec public_oe property

A 32-bit unsigned integer with a meaning as indicated by the ulKind field.
public uint PrSpec
Résultat uint

Property_name public_oe property

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
Résultat string

_guidPropSet public_oe property

The GUID of the property set to which the property belongs.
public Guid _guidPropSet
Résultat Guid

ulKind public_oe property

A 32-bit unsigned integer that indicates the contents of PrSpec.
public CFullPropSpec_ulKind_Values ulKind
Résultat CFullPropSpec_ulKind_Values