Interfacing with Windows API Routines

Restriction: This topic applies to Windows environments (local development) only.

The Win32 API routines can be treated as subprograms that can be called directly from COBOL. The API routines should always be called with the correct call convention.

For an example, see Example of Calling a Win32 API Routine.