Home
last modified time | relevance | path

Searched refs:serverUnicode (Results 1 – 1 of 1) sorted by relevance

/reactos/win32ss/user/user32/misc/
H A Dddeclient.c552 BOOL clientUnicode, serverUnicode; in WDML_BuildExecuteCommand() local
558 serverUnicode = IsWindowUnicode(pConv->hwndServer) && IsWindowUnicode(pConv->hwndClient); in WDML_BuildExecuteCommand()
559 TRACE("server %p uses unicode = %d\n", pConv->hwndServer, serverUnicode); in WDML_BuildExecuteCommand()
561 if (clientUnicode == serverUnicode) in WDML_BuildExecuteCommand()
586 if (clientUnicode == serverUnicode) in WDML_BuildExecuteCommand()