Home
last modified time | relevance | path

Searched refs:pVarType (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/VisVim/
H A DOleAut.cpp702 *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()
[all …]