Class: IComHandlerActionType
"An IComHandler action type is a grouping of characteristics unique to a Windows Task-related action that fires a Windows COM handler (smart code in the client address space that can optimize calls between a client and server). [based on https://docs.microsoft.com/en-us/windows/win32/taskschd/comhandleraction]"
URI: master:IComHandlerActionType
 classDiagram
    class IComHandlerActionType
      UcoInherentCharacterizationThing <|-- IComHandlerActionType
      IComHandlerActionType : comClassID
      IComHandlerActionType : comData
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- IComHandlerActionType
 
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| comClassID | 0..1  String  | 
"Specifies the ID of the COM action | direct | 
| comData | 0..1  String  | 
"Specifies the data associated with the COM handler | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| TaskActionType | iComHandlerAction | range | IComHandlerActionType | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:IComHandlerActionType | 
| native | master:IComHandlerActionType | 
LinkML Source
Direct
name: IComHandlerActionType
description: '"An IComHandler action type is a grouping of characteristics unique
  to a Windows Task-related action that fires a Windows COM handler (smart code in
  the client address space that can optimize calls between a client and server). [based
  on https://docs.microsoft.com/en-us/windows/win32/taskschd/comhandleraction]"'
in_subset:
- microsoft
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: UcoInherentCharacterizationThing
slots:
- comClassID
- comData
Induced
name: IComHandlerActionType
description: '"An IComHandler action type is a grouping of characteristics unique
  to a Windows Task-related action that fires a Windows COM handler (smart code in
  the client address space that can optimize calls between a client and server). [based
  on https://docs.microsoft.com/en-us/windows/win32/taskschd/comhandleraction]"'
in_subset:
- microsoft
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: UcoInherentCharacterizationThing
attributes:
  comClassID:
    name: comClassID
    description: '"Specifies the ID of the COM action. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa380613(v=vs.85).aspx."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: comClassID
    owner: IComHandlerActionType
    domain_of:
    - IComHandlerActionType
    range: string
  comData:
    name: comData
    description: '"Specifies the data associated with the COM handler. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa380613(v=vs.85).aspx."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: comData
    owner: IComHandlerActionType
    domain_of:
    - IComHandlerActionType
    range: string