Lines Matching refs:val
69 afx_msg short inShort(short val);
70 afx_msg long inLong(long val);
71 afx_msg BSTR inString(BSTR* val);
72 afx_msg float inFloat(float val);
73 afx_msg double inDouble(double val);
74 afx_msg VARIANT inVariant(const VARIANT FAR& val);
75 afx_msg LPDISPATCH inObject(LPDISPATCH val);
76 afx_msg void outShort(short* val);
77 afx_msg void outLong(long* val);
78 afx_msg void outString(BSTR FAR* val);
79 afx_msg void outFloat(float* val);
80 afx_msg void outDouble(double* val);
81 afx_msg void outVariant(VARIANT FAR* val);
82 afx_msg void outObject(LPDISPATCH FAR* val);