ValueMapType enumeration (pla.h)

Defines the type of the value.

Syntax

typedef enum __MIDL___MIDL_itf_pla_0001_0043_0008 {
  plaIndex = 1,
  plaFlag = 2,
  plaFlagArray = 3,
  plaValidation = 4
} ValueMapType;

Constants

 
plaIndex
Value: 1
Only one item in the collection can be enabled. The enabled item is the value of the IValueMap::Value property. If more than one item is enabled, the first enabled item is used as the value.
plaFlag
Value: 2
One or more items in the collection can be enabled. An item in the collection represents a single bit flag. The enabled items in the collection are combined with the OR operator to become the value of IValueMap::Value.
plaFlagArray
Value: 3
The collection contains a list of Event Tracing for Windows extended flags (see the ITraceDataProvider::Properties property).
plaValidation
Value: 4
The collection contains a list of HRESULT values returned by the validation process.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header pla.h

See also

IValueMap::ValueMapType

IValueMapItem::ValueMapType