Searched refs:bRet (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/VisVim/ |
| H A D | OleAut.cpp | 174 bool bRet = Invoke (DISPATCH_PROPERTYPUT, Name, Format, ArgList); in PutProperty() local 176 return bRet; in PutProperty() 184 bool bRet = Invoke (DISPATCH_PROPERTYPUT, DispatchId, Format, ArgList); in PutProperty() local 186 return bRet; in PutProperty() 194 bool bRet = Invoke (DISPATCH_METHOD, Name, Format, ArgList); in Method() local 196 return bRet; in Method() 204 bool bRet = Invoke (DISPATCH_METHOD, DispatchId, Format, ArgList); in Method() local 206 return bRet; in Method()
|
| H A D | DSAddIn.cpp | 117 VARIANT_BOOL bRet; in AddCommand() local 119 m_dwCookie, &bRet)); in AddCommand() 120 if (bRet == VARIANT_FALSE) in AddCommand()
|