|
DDEML and Threads
The DdeInitialize function registers an application with the DDEML, creating a DDEML instance.
A DDEML instance is thread-based, associated with the thread that called DdeInitialize.
All DDEML function calls for objects belonging to a DDEML instance must be
made from the same thread that called DdeInitialize to create the instance. If you call a DDEML function from a different thread,
the function will fail. You cannot access a DDEML conversation from a thread
other than the one that allocated the conversation.
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 Multimedia Programmer's Reference (mmedia.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
|