BitMapType Complex Type

Defines a list of name/value mappings between bit values and string values.

<xs:complexType name="BitMapType">
    <xs:sequence>
        <xs:element name="map"
            type="BitMapValueType"
            maxOccurs="unbounded"
         />
    </xs:sequence>
    <xs:attribute name="name"
        type="string"
     />
    <xs:attribute name="symbol"
        type="CSymbolType"
        use="optional"
     />
</xs:complexType>

Child elements

Element Type Description
map BitMapValueType Defines the mapping between a bit value and a string value.

Attributes

Name Type Description
name string The name of the bitmap.
symbol CSymbolType The symbol to use to reference the mappings in your application. The Message Compiler (MC.exe) uses the symbol to create a constant for the map in the header file that the compiler generates. If you do not specify a symbol, the compiler generates one for you.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]