Lines Matching refs:pVarType
48 static LPCTSTR GetNextVarType (LPCTSTR Format, VARTYPE* pVarType);
700 static LPCTSTR GetNextVarType (LPCTSTR Format, VARTYPE* pVarType) in GetNextVarType() argument
702 *pVarType = 0; in GetNextVarType()
705 *pVarType = VT_BYREF; in GetNextVarType()
713 *pVarType |= VT_BOOL; in GetNextVarType()
716 *pVarType |= VT_I2; in GetNextVarType()
719 *pVarType |= VT_I4; in GetNextVarType()
722 *pVarType |= VT_R4; in GetNextVarType()
725 *pVarType |= VT_R8; in GetNextVarType()
728 *pVarType |= VT_CY; in GetNextVarType()
731 *pVarType |= VT_BSTR; in GetNextVarType()
734 *pVarType |= VT_ERROR; in GetNextVarType()
737 *pVarType |= VT_DATE; in GetNextVarType()
740 *pVarType |= VT_VARIANT; in GetNextVarType()
743 *pVarType |= VT_UNKNOWN; in GetNextVarType()
746 *pVarType |= VT_DISPATCH; in GetNextVarType()