are you sure of this? according to MSDN, the iCodepage in convcontext is unicode or ansi depending on the A/W version called for DDE initialize (I never tested it though).
A+
Message du 14/02/05 13:11 De : "Alexandre Julliard" A : wine-cvs@winehq.org Copie à : Objet : wine/dlls/user/dde server.c misc.c ddeml16.c d ...
ChangeSet ID: 16099 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/02/14 05:53:15
Modified files: dlls/user/dde : server.c misc.c ddeml16.c dde_private.h client.c
Log message: Dmitry Timoshkov Make DDE implementation always work internally in Unicode.
Patch: http://cvs.winehq.org/patch.py?id=16099
Old revision New revision Changes Path 1.18 1.19 +42 -72 wine/dlls/user/dde/server.c 1.25 1.26 +37 -34 wine/dlls/user/dde/misc.c 1.12 1.13 +1 -2 wine/dlls/user/dde/ddeml16.c 1.9 1.10 +7 -10 wine/dlls/user/dde/dde_private.h 1.21 1.22 +32 -60 wine/dlls/user/dde/client.c
"Pouech Eric DMI AEI CAEN" pouech-eric@wanadoo.fr wrote:
are you sure of this? according to MSDN, the iCodepage in convcontext is unicode or ansi depending on the A/W version called for DDE initialize (I never tested it though).
As noted in the patch "our implementation neither uses that structure (conversation context) internally at all (for things that really matter) nor returns it to the client or server."