
 1. About
 
 SHELL32 is part of HX's Win32 emulation.
 

 2. Supported Functions

  Name                        Dummy?
 -------------------------------------
  CommandLineToArgvW            y
  DragAcceptFiles               y
  DragFinish                    y
  DragQueryFileA                y
  DragQueryFileW                y
  DragQueryPoint                y
  ExtractIconA                  y
  ExtractIconExA                y
  FindExecutableA               y
  ShellExecuteA
  ShellExecuteExA               y
  SHBrowseForFolderA            y
  SHCreateDirectoryExW
  SHFileOperationA
  SHGetDesktopFolder            y 
  SHGetFileInfoA                y
  SHGetFileInfoW                y
  SHGetFolderPathA              y
  SHGetFolderPathW              y
  SHGetMalloc                   y
  SHGetPathFromIDListA          y
  SHGetPathFromIDListW          y
  SHGetSpecialFolderLocation    y
  

 3. History

 05/27/2011:  V1.8
 
  CommandLineToArgvW implemented
  SHCreateDirectoryExW added
 
 11/16/2009:  V1.7
 
  added ShellExecuteExA, FindExecutableA, SHGetFolderPathA,
   SHGetFolderPathW, SHGetSpecialFolderPathA (dummies).
 
 01/20/2009:  V1.6
 
  source assembled with JWasm.
 
 07/15/2007:  V1.5
 
  SHGetDesktopFolder added (dummy)
  Shell_NotifyIconA added (dummy)
 
 10/15/2006:  V1.4
 
  SHGetFileInfoA, SHGetFileInfoW added (dummies)
 
 09/14/2006:  V1.3
 
  SHGetMalloc added (dummy)
  SHBrowseForFolderA added (dummy)
 
 08/15/2006:  V1.2
 
  bugfix: ShellExecuteA may have modified EBX register
  SHFileOperationA added
 
 07/15/2006:  V1.1
 
  ExtractIconA, ExtractIconExA added (dummies)
  Drag functions added (dummies)
  CommandLineToArgvW added (dummy)
 
 03/11/2006:  V1.0
 

 4. Copyright
 
 SHELL32.DLL is part of HX DOS extender. This extender is freeware.
 View HXRT.TXT or HXGUI.TXT for licence details.
 
 Japheth

 
