user32/tests: Add tests for invalid instance passed to DdeCreateStringHandle.
authorJeff Latimer <lats@yless4u.com.au>
Sat, 24 Jan 2009 10:34:35 +0000 (21:34 +1100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 26 Jan 2009 13:29:39 +0000 (14:29 +0100)
commit77e0e9cccc67537fa49409407174d8e5905e372d
treee4f120e993a17eb3f74eb5245c21768af6cdd958
parent9a0a89271ec467938d06748387a647ebc0e3601f
user32/tests: Add tests for invalid instance passed to DdeCreateStringHandle.

Similar the DdeCreateDataHandle, DdeCreateStringHandle behaves the same
way.  If an invalid instance Id is passed then lastError is set for all
instances of that thread.
dlls/user32/tests/dde.c