Hi Juan,
Style nit: get rid of that blank line.
Prefer WCHAR strings to char strings. You can declare a string constant at the beginning of the function, next to wszAllCpl.
Style nit: put Control_RegisterRegistryApplets above Control_DoWindow to avoid adding the prototype at the top of the file.
I've submitted an updated patch to wine-patches now. Thanks.