Lines Matching refs:out

41 …[id(2), helpstring("method returnInterface")] HRESULT returnInterface([out, retval] IDispatch** pp…
42 [id(3), helpstring("method outInterface")] HRESULT outInterface([out] IDispatch** ppdisp);
43 …[id(4), helpstring("method outValuesMixed")] HRESULT outValuesMixed([in] long val, [out] long* pva…
44 …method outValuesAll")] HRESULT outValuesAll([out] IDispatch** ppdisp, [out] IDispatch** ppSimpleSt…
45 [out] SAFEARRAY( VARIANT)* outSeq,
46 [out] VARIANT* varAny,
47 [out] VARIANT_BOOL * aBool,
48 [out] short* aChar,
49 [out] BSTR* aString ,
50 [out] float* aFloat,
51 [out] double* aDouble,
52 [out] unsigned char* aByte,
53 [out] short* aShort,
54 [out]long* aLong);
56 [id(6), helpstring("method outStruct")] HRESULT outStruct([out] IDispatch** outStruct);
57 [id(7), helpstring("method outEnum")] HRESULT outEnum([out] long* outEnum);
58 [id(8), helpstring("method outSeqAny")] HRESULT outSeqAny([out] SAFEARRAY( VARIANT)* outSeq);
59 [id(9), helpstring("method outAny")] HRESULT outAny([out] VARIANT* outAny);
60 [id(10), helpstring("method outBool")] HRESULT outBool([out]VARIANT_BOOL* outBool);
61 [id(11), helpstring("method outChar")] HRESULT outChar([out] short* outChar);
62 [id(12), helpstring("method outString")] HRESULT outString([out] BSTR * outString);
63 [id(13), helpstring("method outFloat")] HRESULT outFloat([out] float* outFloat);
64 [id(14), helpstring("method outDouble")] HRESULT outDouble([out] double* outDouble);
65 [id(16), helpstring("method outShort")] HRESULT outShort([out] short *outShort);
66 [id(17), helpstring("method outLong")] HRESULT outLong([out] long* outLong);
67 [id(20), helpstring("method outByte")] HRESULT outByte([out] unsigned char* outByte);
68 [id(21), helpstring("method inoutInterface")] HRESULT inoutInterface([in,out] IDispatch** ppdisp);
69 [id(22), helpstring("method inoutStruct")] HRESULT inoutStruct([in,out] IDispatch** inoutVal);
70 [id(23), helpstring("method inoutEnum")] HRESULT inoutEnum([in,out] long * inoutVal);
71 …[id(24), helpstring("method inoutSeqAny")] HRESULT inoutSeqAny([in,out] SAFEARRAY(VARIANT)* pArray…
72 [id(25), helpstring("method inoutAny")] HRESULT inoutAny([in,out] VARIANT* inoutVal);
73 [id(26), helpstring("method inoutBool")] HRESULT inoutBool([in,out] VARIANT_BOOL * inoutVal);
74 [id(27), helpstring("method inoutChar")] HRESULT inoutChar([in,out] short* inoutVal);
75 [id(28), helpstring("method inoutString")] HRESULT inoutString([in,out] BSTR *inoutVal);
76 [id(29), helpstring("method inoutFloat")] HRESULT inoutFloat([in,out] float* inoutVal);
77 [id(30), helpstring("method inoutDouble")] HRESULT inoutDouble([in,out] double* inoutVal);
78 [id(31), helpstring("method inoutByte")] HRESULT inoutByte([in,out] unsigned char* inoutVal);
79 [id(32), helpstring("method inoutShort")] HRESULT inoutShort([in,out] short* inoutVal);
80 [id(33), helpstring("method inoutLong")] HRESULT inoutLong([in,out] long* inoutVal);
82 [in,out] IDispatch** aXSimple,
83 [in,out] IDispatch** aStruct,
84 [in,out] long* aEnum,
85 [in,out] SAFEARRAY( VARIANT)* aSeq,
86 [in,out] VARIANT* aAny,
87 [in,out] VARIANT_BOOL* aBool,
88 [in,out] short* aChar,
89 [in,out] BSTR* aString,
90 [in,out] float* aFloat,
91 [in,out] double* aDouble,
92 [in,out] unsigned char* aByte,
93 [in,out] short* aShort,
94 [in,out] long* aLong);
96 …[id(36), helpstring("method outSeqByte")] HRESULT outSeqByte([out] SAFEARRAY(unsigned char)* outVa…
114 …string("property _implementedInterfaces")] HRESULT _implementedInterfaces([out, retval] SAFEARRAY(…