Sweden-Number/dlls/oleaut32/tests
Rob Shearman 6d7572c0e7 oleaut32: Unmarshall byref types correctly in IDispatch_Invoke_Proxy.
Byref arguments should only be passed in the rgVarRef array, not in
arg array. Copy the value into the rgVarRef array before calling the
remote function to ensure that memory isn't allocated for the byref
pointers during unmarshalling.
2009-11-18 11:15:27 +01:00
..
Makefile.in tests: Don't depend on the static uuid libraries in the tests. 2008-07-08 17:51:45 +02:00
olefont.c oleaut32/tests: Use LONG instead of long. 2009-10-02 15:06:57 +02:00
olepicture.c oleaut32: Updated IPicture_Render testcase to pass on all older Windows. 2009-10-19 11:45:05 +02:00
safearray.c oleaut32: Remove superfluous pointer casts. 2009-02-09 14:37:23 +01:00
test_tlb.idl oleaut32: Function kind for dispatch interfaces should be FUNC_DISPATCH. 2007-10-10 21:33:38 +02:00
tmarshal.c oleaut32: Unmarshall byref types correctly in IDispatch_Invoke_Proxy. 2009-11-18 11:15:27 +01:00
tmarshal.idl oleaut32: Add a test for the memory pointed to by a byref parameter being preserved through a remote IDispatch::Invoke call. 2009-11-17 15:15:11 +01:00
tmarshal.rc oleaut32/tests: Store the test typelib in resources instead of depending on an external file. 2008-04-25 12:09:03 +02:00
tmarshal_dispids.h oleaut32: Add a test for the memory pointed to by a byref parameter being preserved through a remote IDispatch::Invoke call. 2009-11-17 15:15:11 +01:00
typelib.c oleaut32: Use DISPATCH_HREF_MASK even for non-dual dispatch types. 2009-09-16 15:36:35 -05:00
usrmarshal.c oleaut32/tests: Fix the usrmarshal tests on 64-bit. 2009-07-10 19:13:16 +02:00
varformat.c oleaut32: Add a failing VarFormat test showing that wine wrongly truncates decimals with large negative exponents instead of rounding. 2009-05-18 12:32:15 +02:00
vartest.c oleaut32: Test for rolled hours and seconds. 2009-09-15 14:31:29 -05:00
vartype.c oleaut32: Fix null terminator in SysReAllocStringLen. 2009-10-14 11:50:19 +02:00