
 1. About

 OLEAUT32.DLL exports functions which are used by some Win32 console apps.
 Since its name is the same as the original one be careful not to copy this
 file to the windows system directory.


 2. Supported Functions

 Name                       Dummy?
 -----------------------------------------------
 LoadTypeLib			    Y
 QueryPathOfRegTypeLib	    Y
 SafeArrayCreate		    Y
 SafeArrayGetLBound		    Y
 SafeArrayGetUBound		    Y
 SafeArrayPtrOfIndex	    Y
 SysAllocString 		
 SysAllocStringByteLen	
 SysAllocStringLen 		
 SysFreeString   		
 SysReAllocStringLen	    Y
 SysStringByteLen		
 SysStringLen			
 VariantChangeType		
 VariantChangeTypeEx	
 VariantClear    		
 VariantCopy    		
 VariantCopyInd    		
 VariantInit     		


 3. History

 2005.06.07:  version 1.3
 
  GetActiveObject (dummy) added
 
 2005.05.20:  version 1.2
 
  bugfix: SysStringLen returned size in bytes, not chars
  bugfix: SysAllocStringLen caused a memory error
 
 2004.09.18:  version 1.1
 
  SysStringLen added
  VariantChangeTypeEx+VariantCopyInd added
  VariantChangeType works partially
  VariantClear + VariantCopy should work now
  SysAllocString added
  bugfix: SysFreeString should work now
  SysReAllocStringLen added (dummy)
  SysAllocStringByteLen added
  SysAllocStringLen no longer dummy
  SafeArrayPtrOfIndex added (dummy)
  SafeArrayGetUBound/SafeArrayGetLBound added (dummy)
  SafeArrayCreate added (dummy)
  SysAllocStringLen, SysReAllocStringLen added (dummy)
 
 2004.03.10:  version 1.0


 4. Copyright
 
 OLEAUT32.DLL is part of HX DOS extender. This extender is freeware.
 View HXRT.TXT for licence details.
 
 Japheth (mail@japheth.de)

