Dmitry Timoshkov [mailto:[EMAIL PROTECTED] wrote:
> "Rolf Kalbermatter" <[EMAIL PROTECTED]> wrote: > > > I may be wrong here but have you looked at the SHRegisterShellDDE() > > function in shell32.dll (W2K)? This function certainly > registers a PROGMAN DDE > > service and a lot more! > > Where did you find this one? Neither Wine nor win2k SP4 has an export > with that name. Probably my fault. It must be a name I have come up. It is ordinal 188 on my win2k version 5.0, build 3315, shell32.dll. And Wine currently doesn't export ordinal 188 from shell32.dll at all. The declaration I have come up with would be void SHRegisterShellDDE(BOOL start); But I haven't committed anything as patch yet as that whole business is far from working in any way. Maybe I should sent in a patch with a stub implementation at least. Rolf Kalbermatter
