Lines Matching refs:HRESULT

40         [id(1), helpstring("method func1")] HRESULT func1();
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 …[id(5), helpstring("method outValuesAll")] HRESULT outValuesAll([out] IDispatch** ppdisp, [out] ID…
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);
81 [id(34), helpstring("method inoutValueAll")] HRESULT inoutValuesAll(
95 …[id(35), helpstring("method inValues")] HRESULT inValues([in]short aChar, [in] long aLong, [in] BS…
96 …[id(36), helpstring("method outSeqByte")] HRESULT outSeqByte([out] SAFEARRAY(unsigned char)* outVa…
97 [id(37), helpstring("method inSeqByte")] HRESULT inSeqByte([in] SAFEARRAY(VARIANT) val);
98 …[id(38), helpstring("method inSeqXEventListener")] HRESULT inSeqXEventListener([in] SAFEARRAY(VARI…
111 [id(1), helpstring("method func")] HRESULT func( [in] BSTR message);
112 [id(2), helpstring("method func2")] HRESULT func2([in] BSTR message);
113 [id(3), helpstring("method func3")] HRESULT func3([in] BSTR message);
114 …[propget, id(4), helpstring("property _implementedInterfaces")] HRESULT _implementedInterfaces([ou…