Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 67 of file dde.cpp.
Referenced by DdeCallback().
{ BYTE * pszCommand; pszCommand = DdeAccessData(hdata, NULL); if (!pszCommand) return DDE_FNOTPROCESSED; FIXME("stub: %s\n", pszCommand); DdeUnaccessData(hdata); return DDE_FNOTPROCESSED; }