Invoke a Windows DLL routine
- Last Updated: May 24, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The following example demonstrates the use of the RETURN-VALUE-DLL-TYPE attribute
and the RETURN-VALUE attribute when invoking a
Windows DLL routine. RETURN-VALUE-DLL-TYPE is set
to "LONG", which is the value that the DLL routine expects to receive.
For example:
|
After the invoke, RETURN-VALUE contains the "INTEGER" data
type.