|
Connecting to the Object Application
An internal OLE component ensures that when a client request is made, the
appropriate object is connected and ready to receive the request. OLE keeps a
database of class information based on the system registry that the client caches
locally through the COM library.
When the server is an in-process DLL, OLE simply passes the name of the DLL to
the COM library. The COM library then loads the server and makes the method
call. When the server is an executable in another process, OLE either creates the
server process and starts the server or contacts it directly if it is already
running.
Related LinksSoftware 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) Win32 Multimedia Programmer's Reference (mmedia.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 (sock2.hlp) Unix Manual Pages
|