[Progress Communities] [Progress OpenEdge ABL] Forum Post: How to pass a System.Byte*

  • Thread starter Thread starter Simon L. Prinsloo
  • Start date Start date
Status
Not open for further replies.
S

Simon L. Prinsloo

Guest
Hi, I have a variable that is of type System.IntPtr, that I need to pass to a method as a System.Byte*. In the example I have, the cast it like this: (byte*)memIntPtr.ToPointer() Is it possible to translate that to ABL, and how would I do that?

Continue reading...
 
Status
Not open for further replies.
Back
Top