Invoke a Windows DLL routine
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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.