Hello guys.
I'm calling an external procedure (WEBTAEncoderLib.dll) to encode a bank file (bank name: Bradesco, from Brazil).
In one of the methods to encode the file, I receive a handle value that I need to pass to another method.
Like this:
Method "fInitEncoder" return me a Handle.
This returned handle, I have to pass to the method "fWritedata".
My question is: how can I receive this "handle"? How is the datatype in Progress 4GL to a handle in an External Procedure?
Sorry about the documentation, but it just in Portuguese (because it's a Brazilian bank haha)
Thanks in advance!!
I'm calling an external procedure (WEBTAEncoderLib.dll) to encode a bank file (bank name: Bradesco, from Brazil).
In one of the methods to encode the file, I receive a handle value that I need to pass to another method.
Like this:
Method "fInitEncoder" return me a Handle.
This returned handle, I have to pass to the method "fWritedata".
My question is: how can I receive this "handle"? How is the datatype in Progress 4GL to a handle in an External Procedure?
Sorry about the documentation, but it just in Portuguese (because it's a Brazilian bank haha)
Thanks in advance!!