I have to create a C# struct to be passed into a Delphi DLL that takes a record. One of the fields is TByteStream. Does anyone know how many bytes a TByteStream takes or if it's even fixed? Better yet, is there a C# equivalent to a TByteStream?
Comments
Post a Comment