Searched refs:retShort (Results 1 – 4 of 4) sorted by relevance
113 Dim outShort, inShort, retShort As Short163 retShort = objOleTest.in_methodShort(inShort)179 If retByte <> inByte Or retBool <> inBool Or retShort <> inShort Or retUShort <> inUShort _281 retShort = outShort282 objOleTest.testinout_methodShort(retShort)283 objOleTest.testinout_methodShort(retShort)337 If outByte <> retByte Or outBool <> retBool Or outShort <> retShort _
278 public short retShort() in retShort() method in Component
111 short retShort();
1342 l.assure(obj.retShort() == aShort); in testInterface()
Completed in 30 milliseconds