|
Callback Functions
Installable drivers can notify the application, window, or task that opened
the given instance about events by using the DriverCallback function. This function gives the driver the means to return information to
an application or DLL while continuing to process a request.
If a driver supports callback functions, the application or DLL that opens the
instance must supply a value this is either the address of a callback
function, a window handle, or a task handle. This value and a flag identifying the type
of the value are typically passed in a structure pointed to by the second
parameter of the DRV_OPEN message.
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
TMS Scripter Studio Pro components for Delphi/C++Builder
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
|