Source position: rtti.pp line 938
| type TFunctionCallManager = record | 
| Invoke: procedure( | 
| CodeAddress: CodePointer; | 
| const Args: TFunctionCallParameterArray; | 
| CallingConvention: TCallConv; | 
| ResultType: PTypeInfo; | 
| ResultValue: Pointer; | 
| Flags: TFunctionCallFlags | 
| ); | 
| CreateCallbackProc: function( | 
| aHandler: TFunctionCallProc; | 
| aCallConv: TCallConv; | 
| aArgs: array of TFunctionCallParameterInfo; | 
| aResultType: PTypeInfo; | 
| aFlags: TFunctionCallFlags; | 
| aContext: Pointer | 
| CreateCallbackMethod: function( | 
| aHandler: TFunctionCallMethod; | 
| aCallConv: TCallConv; | 
| aArgs: array of TFunctionCallParameterInfo; | 
| aResultType: PTypeInfo; | 
| aFlags: TFunctionCallFlags; | 
| aContext: Pointer | 
| end; |