About Common Service Verbs and Extensions

In the SNA Server environment, Common Service Verbs (CSVs) are a set of programming functions you can use to incorporate conversion, logging, tracing, and transfer services into your applications. The Microsoft Windows CSVs represent an evolving set of CSVs that is composed of IBM Extended Services for OS/2 version 1.0 (IBM ES for OS/2 version 1.0). Additionally, a significant component of Windows CSVs is a set of Windows extensions that allow for registering and deregistering the application and that provide an asynchronous entry point for TRANSFER_MS_DATA.

Several Windows extensions are of particular importance and should be reviewed before using Windows CSVs:

These extensions have been designed for Microsoft Windows 3.x and later versions and provide support for maximum Windows programming compatibility and optimum application performance in both 16-bit and 32-bit operating system environments. WinCSVCleanup terminates and deregisters an application from a Windows CSV implementation. WinAsyncCSV provides an asynchronous entry point for TRANSFER_MS_DATA. Finally, WinCSVStartup allows an application to specify the version of Windows CSV required and to retrieve details of the specific Windows CSV implementation.