Re: Commctl32 Stubs

2004-10-14 Thread Dmitry Timoshkov
"Thorsten Kani" <[EMAIL PROTECTED]> wrote: > +BOOL WINAPI > +SetPathWordBreakProc(DWORD par1, HWND hwndTo) > +{ > +LRESULT result; > + > +result=SendMessageA (hwndTo,EM_GETWORDBREAKPROC,0,0); > +TRACE("(par1: %lx, HwndTo: %p, CurrentPWBProc: %lx) Stub!\n", par1, hwndTo, > result

Re: Commctl32 Stubs

2004-10-14 Thread Thorsten Kani
Thank you for your comments and for trying to implement the Functions. They are all very short in asm. I hope the following help: -MirrorIcon is used by the Windows Taskmanager (clicking File - New Task) -SetPathwordProc is imported by MSTask, W2K refuses to load if it can't find this Ordinal. A

Re: Commctl32 Stubs

2004-10-14 Thread Robert Shearman
Thorsten Kani wrote: Added -SetPathWordBreakProc -MirrorICON -ImageList_SetColorTable This Patch makes MSGina and native Shlwapi happy. With it, commctl32 can be replaced on Win2k SP4. Thanks for the patch, but I'd rather get the params correct for the stubs. Can you let me know where each functi