Hi guys,
I gotta work with a DLL that need to declare one parameter as structure.
I got a example in delphi and it show this parameter like this
NBioAPI_FIR_PAYLOAD = record
Length : DWORD;
Data : array of BYTE;
end;
After call the dll im suppose to get the info parameter like this:
payload.length
or
payload.data
Thanks of any help
regards,
Diego Imenes