Skip to content

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: observable:IComHandlerActionType

classDiagram class IComHandlerActionType UcoInherentCharacterizationThing <|-- IComHandlerActionType IComHandlerActionType : comClassID IComHandlerActionType ..> string : comClassID IComHandlerActionType : comData IComHandlerActionType ..> string : comData

Inheritance

Slots

Name Cardinality and Range Description Inheritance
comClassID 0..1
xsd:string
"Specifies the ID of the COM action direct
comData 0..1
xsd: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-observable

Mappings

Mapping Type Mapped Value
self observable:IComHandlerActionType
native observable: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-observable
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-observable
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-observable
    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-observable
    rank: 1000
    alias: comData
    owner: IComHandlerActionType
    domain_of:
    - IComHandlerActionType
    range: string