Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
WM_DDE_REQUEST (1.2)
◄Message Group► ◄Overview► ◄Up► ◄Next► ◄Previous►
────────────────────────────────────────────────────────────────────────────
#define INCL_WINDDE
WM_DDE_REQUEST
mp1 = MPFROMHWND(hwnd); /* sender's window */
mp2 = MPFROMP(pdde); /* pointer to DDESTRUCT structure */
The WM_DDE_REQUEST message is posted from a client application to a server
application to request that the server provide a data item to the client.
The receiving application is expected to respond with a WM_DDE_DATA message
that contains the requested data, if possible, or with a negative
WM_DDE_ACK message.
Parameter Description
────────────────────────────────────────────────────────────────────────────
hwnd Low and high word of mp1. Identifies the sender application's
window.
pdde Low and high word of mp2. Points to a DDESTRUCT structure.
See Also
WM_DDE_ACK, WM_DDE_DATA, DDESTRUCT, WinDdePostMsg
♦