Lines Matching refs:inoutVal
69 … [id(22), helpstring("method inoutStruct")] HRESULT inoutStruct([in,out] IDispatch** inoutVal);
70 [id(23), helpstring("method inoutEnum")] HRESULT inoutEnum([in,out] long * inoutVal);
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);