6 lines
194 B
ObjectPascal
6 lines
194 B
ObjectPascal
program err0345_marshal;
|
|
[Result: System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.SafeArray)]
|
|
function f1: array of byte;
|
|
external 'any.dll';
|
|
|
|
begin end. |