P
Peter Judge
Guest
Just for the record: A ByteBucket is a (basically) dynamically-sized memptr. An OpenEdge.Core.Memptr is a OOABL wrapper/façade around a primitive MEMPTR that you can get by calling GetBytes() on a ByteBucket instance. It has a fixed size. API doc at documentation.progress.com/.../OpenEdge.Core.ByteBucket.html and https://documentation.progress.com/output/oehttpclient/117/OpenEdge.Core.Memptr.html .
Continue reading...
Continue reading...