4 Author needed!! Any volunteers??
5 mail to <juergen.schmied@metronet.de>
9 All parts of this DLL are currently under development. About a third of
10 base functionality is roughly in place. The missing parts are the icon
11 (shell icon cache) handling and the dialogs provided from the dll like
12 the file copy status window.
14 The basis comes from Marcus Meissner and I <juergen.schmied@metronet.de>
15 implemented the classes and filled in function stubs.
17 2. General Information
18 ----------------------
32 word95 gets a IContextMenu Interface and calls HandleMenuMsg()
33 whitch should only a member of IContextMenu2.
34 I suppose IContextMenu and IContextMenu2/3 are using the same vtable
35 and are in effect the same.
39 only interface definition
62 - only interface definition
63 it's implemented by the explorer
64 don't know if we need it
69 - roughly complete will be migrated to a set of functions because it's
70 not holding any instance data,
73 MS says: the abID of SHITEMID should be treated as binary data and not
74 be interpreted by applications. Applies to everyone but MS itself.
75 Word95 interprets the contents of abID (Filesize/Date) so we have to go
76 for binary compatibility here.
77 I expect the file open/close dialog in comctl32 does so also.