user32: DdeClientTransaction should check that pData is not NULL for XTYP_REQUEST.
[wine] / dlls / user32 / tests / dde.c
2008-08-18  Jeff Latimeruser32: DdeClientTransaction should check that pData...
2008-08-18  Jeff Latimeruser32: DdeQueryString returns a NULL str if there...
2008-08-18  Jeff Latimeruser32: DdeClientTransaction should return 0 in the...
2008-08-01  Andre Wisplinghoffuser32: Make dde test use skip function.
2008-07-18  Huw Daviesuser32: Don't read past the end of a global memory...
2008-07-08  Huw Daviesuser32: sizeof DDEPOKE and DDEDATA is six, which is...
2008-07-01  James Hawkinsuser32: Fix a few failing tests in win2k.
2008-06-05  Alexandre Julliarduser32/tests: Fix the dde test race correctly this...
2008-06-02  Alexandre Julliarduser32/tests: Fix race condition in DDE server startup.
2008-03-05  Alexandre Julliarduser32/tests: Make the initial timeout longer in flush_...
2007-11-12  Dan Kegeluser32: Implement return value for DdeClientTransaction...
2007-11-09  Alexandre Julliarduser32/tests: Fix access to an uninitialized variable.
2007-11-09  Francois Gougetuser32/tests: Skip some tests when DdeClientTransaction...
2007-11-02  Gerald Pfeiferuser32: Don't check unsigned types for >= 0.
2007-11-02  Alexandre Julliarduser32/tests: Don't test the contents of uninitialized...
2007-10-26  James Hawkinsuser32: Fix a test that now passes in Windows.
2007-10-15  James Hawkinsuser32: Convert an HDDEDATA handle to a DDEPOKE structu...
2007-10-15  James Hawkinsuser32: Add tests for DdeCreateDataHandle.
2007-10-15  James Hawkinsuser32: Return DMLERR_INVALIDPARAMETER if hszItem is...
2007-10-15  James Hawkinsuser32: Return DMLERR_MEMORY_ERROR instead of posting...
2007-10-15  James Hawkinsuser32: Return DMLERR_INVALIDPARAMETER if hszItem is...
2007-10-15  James Hawkinsuser32: The server should release data sent with WM_DDE...
2007-10-15  Alexandre Julliarduser32: Fix message processing in dde test and go back...
2007-10-15  James Hawkinsuser32: Increase the message timeout.
2007-10-09  James Hawkinsuser32: Test the ddeml server interface.
2007-10-09  James Hawkinsuser32: Move the test_ddeml_client function closer...
2007-10-09  James Hawkinsuser32: Set client_pid to zero before initializing...
2007-10-09  Francois Gougetuser32/tests: Remove an unneeded cast.
2007-10-04  James Hawkinsuser32: Test the ddeml client interface.
2007-10-01  Alexandre Julliarduser32/tests: Compare against ASCII string first since...
2007-09-20  James Hawkinsuser32: Add a test that shows ddeml string handles...
2007-09-17  James Hawkinskernel32: Return TRUE for all pointer params in GlobalU...
2007-09-17  James Hawkinskernel32: Fix the case where memory is freed twice...
2007-09-17  James Hawkinsuser32: Set uiLo and uiHi to zero on error.
2007-09-17  James Hawkinsuser32: Add tests for the DDE pack functions.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.