Sharing an I/O Procedure with Other Applications

If you want to share an I/O procedure with other applications, you need to write a dynamic-link library (DLL) for your application. You can share the I/O procedure by doing one of the following:

To use the shared I/O procedure, an application must first call the function in the DLL to install the I/O procedure.