Changeset 6517 for trunk/src/user32/dde.cpp
- Timestamp:
- Aug 11, 2001, 2:03:36 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dde.cpp
r6427 r6517 1 /* $Id: dde.cpp,v 1.1 3 2001-07-31 07:56:48sandervl Exp $ */1 /* $Id: dde.cpp,v 1.14 2001-08-11 12:03:35 sandervl Exp $ */ 2 2 3 3 /* … … 208 208 //****************************************************************************** 209 209 //****************************************************************************** 210 BOOL WIN32API DdeKeepStringHandle(DWORD arg1, HSZ 211 { 212 dprintf(("USER32: DdeKeepStringHandle\n"));210 BOOL WIN32API DdeKeepStringHandle(DWORD arg1, HSZ arg2) 211 { 212 dprintf(("USER32: DdeKeepStringHandle %x %x", arg1, arg2)); 213 213 214 214 return O32_DdeKeepStringHandle(arg1, arg2); … … 218 218 HDDEDATA WIN32API DdeNameService( DWORD arg1, HSZ arg2, HSZ arg3, UINT arg4) 219 219 { 220 dprintf(("USER32: DdeNameService\n"));220 dprintf(("USER32: DdeNameService %x %x %x %x", arg1, arg2, arg3, arg4)); 221 221 222 222 return O32_DdeNameService(arg1, arg2, arg3, arg4);
Note:
See TracChangeset
for help on using the changeset viewer.