Programming Considerations
Many of the programming techniques used in developing LUAs are similar to those used to write APPC applications. The following issues are important to LUA programming:
-
Windows extensions, such as WinRUI and WinRUICleanup, and the GetLuaReturnCode function are important to efficient use of the LUA and should be used along with other Windows extensions and enhancements when possible.
-
Specific tasks may be necessary when developing applications for the Windows NT, Windows 95, Windows version 3.x, MS-DOS, or OS/2 system.
-
Several important programming techniques should be incorporated into your application such as using multiple processes and sessions, properly using an LUA LU pool, as well as specific tasks such as BIND checking, distinguishing SNA sense codes from other secondary return codes, and purging the remaining data upon receipt of a negative response.