Jeff Latimer lats@yless4u.com.au writes:
Using IsTextUnicode doesn't look right, you shouldn't need to guess.
Alexandre Julliard wrote:
I am not sure how to get around guessing in this case. The client call DdeClientTransaction and passes the data as LPBYTE. The server receives the data as a block of bytes and has to work out whether the data is Unicode. The client does not really know if the data is Unicode and DDE does not pass a data type with XTYP_EXECUTE. I could stick a FIXME note in there for the meantime.
Jeff