Fix return value for OffsetRgn if x and y are 0.
[wine/dcerpc.git] / documentation / shell32
blobb8480174c3d375291b31c24c9abf29cec86e0da1
1         SHELL32/SHLWAPI development status
2             
3 1. Introduction
4 ---------------
5 many parts of this DLL are currently under development. 
7 The missing parts are:
9 - contextmenus:
10   - shell extensions
11   - new document
13 - shellfolder:
14   - shell extensions are only partially working
16 - resources:
17   - many build-in icons are missing
19 - shell notifications
20   - not aware of seperated addressspaces
22 - iconcache
23   - not aware of seperated addressspaces
24   - shell extensions
26 - BrowseForFolder
27   - only core functionality implemented
29 - drag/drop/shellole
30   - only core functionality implemented
32 - shelllinks
33   - read only
34   - only core functionality implemented
35   - dialogs: nothing done
37 - functions
38   - many functions of shlwapi are not jet implemented
39   - many special functions used only by explorer are incomplete
40   - SHFileOperation and related dialogs not implemented
41     
42 - guid's
43   - should be moved into the module
45 - property sheets for files and folder
46   - noting done
48 BUGS:
49 - incorrect behaviour of the IShellFolder within the office-style
50   dialogs
52 2. General Information
53 ----------------------
55 <all additional informations are moved to the header and source files>
57 3. Informations
58 ---------------
59 - nearly complete informations about the binary formats of *.lnk avaiable at
60   www.wotsit.org
62 - www.geocities.com/SiliconValley/4942/  
64 - many examples from MSDN
66 Feb-21-2000 <juergen.schmied@debitel.net>