tdispdesc

COM/OLE dispatch call description.

Declaration

Source position: varianth.inc line 147

Type
tdispdesc = packed record
public
  dispid : LongInt;
  restype : Byte;
  calldesc : tcalldesc;
end

Description

tcalldesc is used to encode a dispatch call to an OLE dispatch interface. It is used on windows only. It describes the dispatch call call.

See also

Name Description
Byte An unsigned 8-bits integer
LongInt A signed 32-bits integer
tcalldesc COM/OLE dispatch call argument description.
tcalldesc COM/OLE dispatch call argument description.