Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the child elements and sequencing information for the ComHandler element.
<xs:complexType name="comHandlerType">
<xs:complexContent>
<xs:extension
base="actionBaseType"
>
<xs:all>
<xs:element name="ClassId"
type="guidType"
/>
<xs:element name="Data"
type="dataType"
minOccurs="0"
/>
</xs:all>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Child elements
| Element | Type | Description |
|---|---|---|
| ClassId | guidType | Specifies the identifier of the handler class. |
| Data | dataType | Specifies additional data associated with the handler. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2008 [desktop apps only] |