|
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:
- Include the code for the I/O procedure in the DLL.
- Create a function in the DLL that calls the mmioInstallIOProc function to install the I/O procedure.
- Export this function in the module-definitions file of the DLL.
To use the shared I/O procedure, an application must first call the function
in the DLL to install the I/O procedure.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|