Delphi function importer (runtime)
procedure RegisterDelphiFunctionR(Se: TIFPSExec; ProcPtr: pointer; const Name: string; cc: TDelphiCallingConvention); |
procedure RegisterDelphiFunctionR(Se: TIFPSExec; ProcPtr: pointer; const Name: string; cc: TDelphiCallingConvention); |
Register a delphi function
Name | Description |
---|---|
TDelphiCallingConvention | The calling convention |
Name | Description |
---|---|
DelphiRPFunc | See source |