[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'System' (#rtl) |
COM/OLE dispatch call description.
Source position: varianth.inc line 129
type tdispdesc = packed record |
||
dispid: LongInt; |
|
Dispatch ID |
restype: Byte; |
|
Result type. |
calldesc: tcalldesc; |
|
Arguments description. |
end; |
tcalldesc is used to encode a dispatch call to an OLE dispatch interface. It is used on windows only. It describes the dispath call call.
|
COM/OLE dispatch call argument description. |
No notes exist for this page yet.