|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| -
| Header File
| ddeml.h
| Unicode
| No
| Platform Notes
| None
|
|
|
XTYP_MONITOR
XTYP_MONITOR
The dynamic data exchange (DDE) callback function of a DDE debugging
application receives the XTYP_MONITOR transaction whenever a DDE event occurs in the
system. To receive this transaction, an application must specify the
APPCLASS_MONITOR flag when it calls the DdeInitialize function.
Parameters
uFmt
Not used.
hconv
Not used.
hsz1
Not used.
hsz2
Not used.
hdata
Identifies a DDE object that contains information about the DDE event. The
application should use the DdeAccessData function to obtain a pointer to the object.
dwData1
Not used.
dwData2
Identifies the DDE event. This parameter may be one of the following values:
Value
| Meaning
| MF_CALLBACKS
| The system sent a transaction to a DDE callback function. The DDE object
contains a MONCBSTRUCT structure that provides information about the transaction.
| MF_CONV
| A DDE conversation was established or terminated. The DDE object contains a MONCONVSTRUCT structure that provides information about the conversation.
| MF_ERRORS
| A DDE error occurred. The DDE object contains a MONERRSTRUCT structure that provides information about the error.
| MF_HSZ_INFO
| A DDE application created, freed, or incremented the usage count of a string
handle, or a string handle was freed as a result of a call to the DdeUninitialize function. The DDE object contains a MONHSZSTRUCT structure that provides information about the string handle.
| MF_LINKS
| A DDE application started or stopped an advise loop. The DDE object contains a MONLINKSTRUCT structure that provides information about the advise loop.
| MF_POSTMSGS
| The system or an application posted a DDE message. The DDE object contains a MONMSGSTRUCT structure that provides information about the message.
| MF_SENDMSGS
| The system or an application sent a DDE message. The DDE object contains a MONMSGSTRUCT structure that provides information about the message.
|
Return Value
If the callback function processes this transaction, it should return 0.
See Also
DdeAccessData, DdeInitialize, DdeUninitialize, MONCBSTRUCT, MONCONVSTRUCT, MONERRSTRUCT, MONHSZSTRUCT, MONLINKSTRUCT, MONMSGSTRUCT
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|