| Author needed!! Any volunteers?? |
| mail to <juergen.schmied@metronet.de> |
| All parts of this DLL are currently under development. About a third of |
| base functionality is roughly in place. The missing parts are the icon |
| (shell icon cache) handling and the dialogs provided from the dll like |
| the file copy status window. |
| The basis comes from Marcus Meissner and I <juergen.schmied@metronet.de> |
| implemented the classes and filled function stubs. |
| word95 gets a IContextMenu Interface and calls HandleMenuMsg() |
| whitch should only a member of IContextMenu2. |
| I suppose IContextMenu and IContextMenu2/3 are using the same vtable |
| and are in effect the same. |
| only interface definition |
| - only interface definition |
| it's implemented by the explorer |
| - roughly complete will be migrated to a set of functions because it's |
| not holding any instance data, |
| MS says: the abID of SHITEMID should be treated as binary data and not |
| be interpreted by applications. Applys to everyone but MS itself. |
| Word95 interprets the contents of abID (Filesize/Date) so we have to go |
| for binary compatibility here. |
| I expect the file open/close dialog in comctl32 does so also. |