-
- Downloads
Implemented SafeArray{SetIID,GetIID,SetRecordInfo,GetRecordInfo}.
Added support for FADF_HAVEIID, FADF_RECORD, FADF_HAVEVARTYPE. Implemented SafeArrayAllocDescriptorEx and SafeArrayGetVarType correctly. Fixed second argument of SafeArrayCopyData (it is just SAFEARRAY*). Changed allocation to include 16 bytes before the SAFEARRAY (to store IID/VARTYPE/IRecordInfo*). VARTYPE -> size array was not indexed correctly. Added lots of testcases for most functionality. Added IRecordInfo interface definition.
Showing
- dlls/oleaut32/oleaut32.spec 4 additions, 4 deletionsdlls/oleaut32/oleaut32.spec
- dlls/oleaut32/safearray.c 231 additions, 95 deletionsdlls/oleaut32/safearray.c
- dlls/oleaut32/tests/Makefile.in 1 addition, 0 deletionsdlls/oleaut32/tests/Makefile.in
- dlls/oleaut32/tests/safearray.c 212 additions, 56 deletionsdlls/oleaut32/tests/safearray.c
- include/oleauto.h 19 additions, 1 deletioninclude/oleauto.h
- include/wine/obj_oleaut.h 51 additions, 0 deletionsinclude/wine/obj_oleaut.h
Loading
Please register or sign in to comment